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 8bc0c80 commit 2ffa89fCopy full SHA for 2ffa89f
pkg/collector/distinct_string_collector.go
@@ -96,7 +96,7 @@ func (d *DistinctString) Exceeded() bool {
96
return d.limExceeded
97
}
98
99
-// Size is the total size of all distinct strings encountered.
+// Size is the total size of all distinct strings collected.
100
func (d *DistinctString) Size() int {
101
d.mtx.Lock()
102
defer d.mtx.Unlock()
0 commit comments