Polish "Add expiry and bufferLength configuration properties"

See gh-27584
This commit is contained in:
Stephane Nicoll
2021-08-16 10:05:47 +02:00
parent 888acb94fc
commit 1475309b4d
4 changed files with 17 additions and 16 deletions

View File

@@ -1153,6 +1153,10 @@ The following properties allow per-meter customization:
| configprop:management.metrics.distribution.percentiles[]
| Publish percentile values computed in your application
| configprop:management.metrics.distribution.expiry[], configprop:management.metrics.distribution.buffer-length[]
| Give greater weight to recent samples by accumulating them in ring buffers which rotate after a configurable expiry, with a
configurable buffer length.
| configprop:management.metrics.distribution.slo[]
| Publish a cumulative histogram with buckets defined by your service-level objectives.
|===