Skip to content

Commit

Permalink
add flag to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edma2 committed Sep 7, 2024
1 parent 3646903 commit 6f19845
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions processor/deltatocumulativeprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ processors:
# will be dropped
[ max_streams: <int> | 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: <int> | default = 160 ]
```
There is no further configuration required. All delta samples are converted to cumulative.
Expand Down

0 comments on commit 6f19845

Please sign in to comment.