agent:
histogramAggregates: ["max", "median", "avg", "count"]
histogramPercentiles: ["0.95"]
- max
- min
- median
- avg
- sum
- count
In n9e, the meaning of count is quite different from falcon. You should use
monotonic_count
or rate
to replace count
agent:
histogramAggregates: ["max", "median", "avg", "count"]
histogramPercentiles: ["0.95"]
In n9e, the meaning of count is quite different from falcon. You should use
monotonic_count
or rate
to replace count