From 508844cb1b5f3e9ac09ccd07f73d3b90184ad08e Mon Sep 17 00:00:00 2001 From: Markus Opolka <7090372+martialblog@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:20:33 +0100 Subject: [PATCH 1/2] Update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ab19f1..a2fb784 100644 --- a/Makefile +++ b/Makefile @@ -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: From eec09cb47d7c727a0d3ed004fdd3ce714d885f00 Mon Sep 17 00:00:00 2001 From: Markus Opolka <7090372+martialblog@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:22:32 +0100 Subject: [PATCH 2/2] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 984fbcb..4cb2bce 100644 --- a/README.md +++ b/README.md @@ -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