We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85113fa commit d943f69Copy full SHA for d943f69
pkg/gauge_vec_set/gauge_vec_set.go
@@ -326,7 +326,7 @@ func (c *GaugeVecSet) Set(
326
// in the same (index, group) bucket. If no groupLabels were configured, this behaves like Set.
327
//
328
// Use this for enum-like series where exactly one variant should be active within a group and inactive metrics
329
-// should be present. Prefer SetExclusiveInGroup if your metrics have high cardinality.
+// should be present. Prefer SetGroup if your metrics have high cardinality.
330
func (c *GaugeVecSet) SetActiveInGroup(
331
value float64,
332
indexValues []string,
0 commit comments