docs: add expriation_interval to readme (#10583)
This commit is contained in:
parent
5b58d0ded6
commit
9cfd7491f8
|
|
@ -44,6 +44,10 @@ of the algorithm which is implemented in the Prometheus
|
|||
## Defaults to true.
|
||||
cumulative = true
|
||||
|
||||
## Expiration interval for each histogram. The histogram will be expired if
|
||||
## there are no changes in any buckets for this time interval. 0 == no expiration.
|
||||
# expiration_interval = "0m"
|
||||
|
||||
## Example config that aggregates all fields of the metric.
|
||||
# [[aggregators.histogram.config]]
|
||||
# ## Right borders of buckets (with +Inf implicitly added).
|
||||
|
|
|
|||
Loading…
Reference in New Issue