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
There are no recommended suffixes for the MetricFamily name for a MetricFamily of Type StateSet.
836
836
837
-
StateSet MetricGroups MUST NOT be interleaved.
838
-
839
837
StateSets MUST have one Metric per state in the StateSet MetricGroup. Each state's Metric MUST have a label with the MetricFamily name as the label name and the state name as the label value. The Metric Sample's Value MUST be 1 if the state is true and MUST be 0 if the state is false.
840
838
841
839
An example with the states "a", "bb", and "ccc" in which only the value bb is enabled and the metric name is foo:
0 commit comments