Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: test coverage lint vet

build:
export CGO_ENABLED=0; go build
CGO_ENABLED=0 go build
lint:
go fmt $(go list ./... | grep -v /vendor/)
vet:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Flags:

Determines the health of Logstash pipelines via "inflight events". These events are calculated as such: `inflight events = events.In - events.Out`

Note that dropped are not considered here, this metric is just an approximation.

Hint: Use the queue backpressure for Logstash 8.

```bash
Expand Down