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
**Description:**
As an oversight,
#33286
not only started dropping metrics without datapoints, but also all
Gauges and Summaries.
This change correctly passes those types through unaltered.
**Link to tracking Issue:** Fixes#35284
**Testing:** `TestIgnore` was added _before_ fixing. It fails on current
main, passes after this change
**Documentation:** not needed
---------
Co-authored-by: Juraci Paixão Kröhling <juraci@kroehling.de>
jriguera
pushed a commit
to springernature/opentelemetry-collector-contrib
that referenced
this issue
Oct 4, 2024
…etry#35372)
**Description:**
As an oversight,
open-telemetry#33286
not only started dropping metrics without datapoints, but also all
Gauges and Summaries.
This change correctly passes those types through unaltered.
**Link to tracking Issue:** Fixesopen-telemetry#35284
**Testing:** `TestIgnore` was added _before_ fixing. It fails on current
main, passes after this change
**Documentation:** not needed
---------
Co-authored-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Component(s)
processor/deltatocumulative
What happened?
I expected the
deltatocumulative
to ignore gauge metrics, however it is filtering them.This was previously a latent issue, but with #34979 it is now impacting functionality.
Collector version
v0.109.0
The text was updated successfully, but these errors were encountered: