Tweak histogram settings for data fitting purposes. See Adding a new Telemetry Probe for information about new Telemetry probes.
The low
parameter is only for linear and exponential histograms, and is always optional. If omitted, this parameter defaults to 1.
The leftmost bucket is the underflow bucket, used for values at the bottom of the expected range - generally, this means between 0 and 1.
The rightmost bucket is the overflow bucket, used for values at or above high
- all values greater or equal to high
go here.