Skip to content

Commit 53f40ea

Browse files
authored
Merge pull request #125 from NETWAYS/makefile
Makefile and update README
2 parents 9552309 + eec09cb commit 53f40ea

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: test coverage lint vet
22

33
build:
4-
export CGO_ENABLED=0; go build
4+
CGO_ENABLED=0 go build
55
lint:
66
go fmt $(go list ./... | grep -v /vendor/)
77
vet:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Flags:
6969
7070
Determines the health of Logstash pipelines via "inflight events". These events are calculated as such: `inflight events = events.In - events.Out`
7171
72+
Note that dropped are not considered here, this metric is just an approximation.
73+
7274
Hint: Use the queue backpressure for Logstash 8.
7375
7476
```bash

0 commit comments

Comments
 (0)