Skip to content

Commit d943f69

Browse files
authored
remove legacy method name from docstring (#12)
1 parent 85113fa commit d943f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gauge_vec_set/gauge_vec_set.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ func (c *GaugeVecSet) Set(
326326
// in the same (index, group) bucket. If no groupLabels were configured, this behaves like Set.
327327
//
328328
// 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.
329+
// should be present. Prefer SetGroup if your metrics have high cardinality.
330330
func (c *GaugeVecSet) SetActiveInGroup(
331331
value float64,
332332
indexValues []string,

0 commit comments

Comments
 (0)