diff --git a/pkg/registry/registry.go b/pkg/registry/registry.go index d5c813d..80edeec 100644 --- a/pkg/registry/registry.go +++ b/pkg/registry/registry.go @@ -362,7 +362,7 @@ func (r *Registry) RemoveStaleMetrics() { } } -// Calculates a hash of both the label names and the label names and values. +// Calculates a hash of both the label names and values. func (r *Registry) HashLabels(labels prometheus.Labels) (metrics.LabelHash, []string) { r.Hasher.Reset() r.NameBuf.Reset()