You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In using prometheus receiver, i see prometheus counters are being re-calculated from the first data point, which loses the actual value/magnitude of the metric. Is there a way to pass on the initial value in the pipeline so that it can be added back before ingesting to backends like prometheus ?
The text was updated successfully, but these errors were encountered:
We had a heavy discussion on this in the data-model SiG today.
TL;DR: @jmacd has a proposal where we pass the FIRST value as-is. I think we can use this bug to expand on tracking tthat functionality in addition to a real implementation in #2852
In using prometheus receiver, i see prometheus counters are being re-calculated from the first data point, which loses the actual value/magnitude of the metric. Is there a way to pass on the initial value in the pipeline so that it can be added back before ingesting to backends like prometheus ?
The text was updated successfully, but these errors were encountered: