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
A label with an empty value does not get added to the Prometheus metrics. Here is an example. I would expect that every metric would have a label should_be_empty="".
A label with an empty value does not get added to the Prometheus metrics. Here is an example. I would expect that every metric would have a label
should_be_empty=""
.However, the
should_be_empty
label does not show up on any metrics.Tested with
gem 'fluent-plugin-prometheus' version '2.0.1'
The text was updated successfully, but these errors were encountered: