We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9552309 + eec09cb commit 53f40eaCopy full SHA for 53f40ea
2 files changed
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: test coverage lint vet
2
3
build:
4
- export CGO_ENABLED=0; go build
+ CGO_ENABLED=0 go build
5
lint:
6
go fmt $(go list ./... | grep -v /vendor/)
7
vet:
README.md
@@ -69,6 +69,8 @@ Flags:
69
70
Determines the health of Logstash pipelines via "inflight events". These events are calculated as such: `inflight events = events.In - events.Out`
71
72
+Note that dropped are not considered here, this metric is just an approximation.
73
+
74
Hint: Use the queue backpressure for Logstash 8.
75
76
```bash
0 commit comments