From 389684b426da8f7430ee8a03c3c4062142848bda Mon Sep 17 00:00:00 2001 From: Christian Hennig Date: Thu, 14 Mar 2019 11:57:55 +0100 Subject: [PATCH] Documentation for sliding window for summary metrics --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b4f765..6b787e4 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ Other options: * **buckets**: buckets used for `http_request_duration_seconds` histogram * **percentiles**: percentiles used for `http_request_duration_seconds` summary +* **ageBuckets**: ageBuckets configures how many buckets we will have in our sliding window for the summary +* **maxAgeSeconds**: the maxAgeSeconds will tell how old an bucket can be before it is reset * **autoregister**: if `/metrics` endpoint should be registered. (Default: **true**) * **promClient**: options for promClient startup, e.g. **collectDefaultMetrics**. This option was added to keep `express-prom-bundle` runnable using confit (e.g. with kraken.js) without writing any JS code,