Replies: 1 comment 6 replies
-
Also, I am sending these metrics to NewRelic and getting the same behavior of the max values being capped at 1000. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am capturing a
double
histogram value for total time spent processing a queue message. Those times are very often measured in minutes. I am using Elastic APM (8.4) to collect and view the metrics. For some reason when I do a chart showing the max values of the histogram they are capped off at 1000. I'm not sure if this is an issue with Elastic APM or something I'm doing wrong with the Otel library. I see there are bucket boundaries for histograms, but I didn't think that would cap the values though. Anyone have any ideas?Beta Was this translation helpful? Give feedback.
All reactions