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
Upon initialization, metrics are created to handle generic counters,
but since these are not initialized with a proper value with the required
label (instance name), the metric is not exposed until the value is updated.
Most of the cases the end-user would prefer to see a metric with value zero
than skip it.
This patch adds the initialization to change the default behavior, now all
input metrics registered shows zero when they are exposed.
Signed-off-by: Eduardo Silva <[email protected]>
0 commit comments