diff --git a/processor/deltatocumulativeprocessor/README.md b/processor/deltatocumulativeprocessor/README.md index 87452c16353f..fd8137f25dc6 100644 --- a/processor/deltatocumulativeprocessor/README.md +++ b/processor/deltatocumulativeprocessor/README.md @@ -31,6 +31,9 @@ processors: # will be dropped [ max_streams: | default = 0 (off) ] + # desired maximum number of buckets to represent in exponential histograms. + # histograms will downscale as necessary to accommodate this limit + [ max_exponential_histogram_buckets: | default = 160 ] ``` There is no further configuration required. All delta samples are converted to cumulative.