MCPcopy
hub / github.com/grafana/tempo / Exceeded

Method Exceeded

pkg/collector/distinct_string_collector.go:118–123  ·  view source on GitHub ↗

Exceeded indicates if some values were lost because the maximum size limit was met.

()

Source from the content-addressed store, hash-verified

116
117// Exceeded indicates if some values were lost because the maximum size limit was met.
118func (d *DistinctString) Exceeded() bool {
119 d.mtx.Lock()
120 defer d.mtx.Unlock()
121
122 return d.limExceeded
123}
124
125func (d *DistinctString) StopReason() string {
126 return d.stopReason

Callers 15

SearchTagValuesMethod · 0.95
SearchTagValuesMethod · 0.95
SearchTagsBlocksMethod · 0.95
SearchTagsMethod · 0.95
SearchTagValuesMethod · 0.95
SearchTagValuesV2Method · 0.45
NewSearchTagsFunction · 0.45
NewSearchTagsV2Function · 0.45

Calls

no outgoing calls