Skip to content

Commit b8d3294

Browse files
committed
Review comments
1 parent 609db73 commit b8d3294

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

book/src/libs/havoc.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ The `havoc` package is designed to facilitate chaos testing within [Kubernetes](
1616
- [Go](https://go.dev/)
1717
- A Kubernetes cluster with [Chaos Mesh installed](https://chaos-mesh.org/docs/quick-start/)
1818

19-
## Installation
20-
21-
```sh
22-
go get -u github.com/smartcontractkit/chainlink-testing-framework/havoc
23-
```
24-
2519
## Active Monitoring
2620

2721
`havoc` enhances chaos experiment observability through structured logging and Grafana annotations by implementing the [ChaosListener](https://pkg.go.dev/github.com/smartcontractkit/chainlink-testing-framework/havoc#ChaosListener) interface.

havoc/range_grafana_annotator.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,3 @@ func (l RangeGrafanaAnnotator) OnScheduleDeleted(chaos Schedule) {
239239
}
240240
l.chaosMap[chaos.Object.GetName()] = res.ID
241241
}
242-
243-
func hey() {
244-
}

0 commit comments

Comments
 (0)