From b4367009061b9ca4ba60f61649316e0d6eaec75f Mon Sep 17 00:00:00 2001 From: Ryan Gosling Date: Mon, 29 Jul 2024 21:41:24 +0530 Subject: [PATCH] Updated readme Signed-off-by: Author Name athishanna@gmail.com Signed-off-by: Ryan Gosling --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2df453e..7a0e241 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ More configuration parameters: - `port`: listen port (default: 24231) - `metrics_path`: metrics HTTP endpoint (default: /metrics) - `aggregated_metrics_path`: metrics HTTP endpoint (default: /aggregated_metrics) +- `content_encoding`: encoding format for the exposed metrics (default: identity) When using multiple workers, each worker binds to port + `fluent_worker_id`. To scrape metrics from all workers at once, you can access http://localhost:24231/aggregated_metrics.