[exporter/prometheus] Should an undefined sum
be exported as 0?
#12646
Unanswered
pichlermarc
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As of open-telemetry/opentelemetry-collector#5530 (update to proto v0.18),
sum
is now optional and accessing returns0
. Therefore, ifsum
is not set, the prometheus exporter exports the sum as0
.I'm not very familiar with Prometheus and I'm trying to determine if I should open a bug issue or if that is intentional. 🙂
Beta Was this translation helpful? Give feedback.
All reactions