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

Method TotalValue

pkg/collector/metrics_collector.go:27–29  ·  view source on GitHub ↗

TotalValue returns the sum of total values collected by the collector

()

Source from the content-addressed store, hash-verified

25
26// TotalValue returns the sum of total values collected by the collector
27func (mc *MetricsCollector) TotalValue() uint64 {
28 return mc.totalValue.Load()
29}

Callers 15

SearchTagsMethod · 0.95
SearchTagValuesMethod · 0.95
SearchTagValuesV2Method · 0.95
tagValuesRunnerFunction · 0.95
tagNamesRunnerFunction · 0.95
TestFetchTagNamesFunction · 0.95
TestFetchTagValuesFunction · 0.95

Calls

no outgoing calls