Unexpected Behavior of Histogram Metrics in Vector #19311
Closed
veer123prathap
started this conversation in
General
Replies: 1 comment
-
This is a duplicate of #19304 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Vector for metric collection and have been observing an unexpected behavior with the Histogram metric type. Each time a new metric event is created, it appears to clear the old histogram metrics and adds the new metric event to the set of metrics. This behavior is unexpected as per my understanding of how Vector handles metrics.
In Vector, each time a new metric event is created, it should add the new metric event to the existing set of metrics, without clearing the old histogram metrics. However, I am observing that the old histogram metrics are being cleared each time a new metric is added.
This behavior is causing issues in my monitoring setup as I am losing the historical data of my histogram metrics. I have checked my Vector configuration and the documentation of the downstream service I am using, but I haven’t found a solution to this issue.
I am looking for guidance on why this behavior is occurring and how I can prevent the old histogram metrics from being cleared when a new metric is added. Any help would be greatly appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions