From b7c4ba582b80b4c48ef100b146c2563a922c1f89 Mon Sep 17 00:00:00 2001 From: Ryan Gosling Date: Mon, 29 Jul 2024 21:41:24 +0530 Subject: [PATCH] Updated readme --- 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.