Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ registerSeenSeries
Method
registerSeenSeries
modules/generator/registry/counter.go:47–49 · modules/generator/registry/counter.go::counterSeries.registerSeenSeries
()
Source
from the content-addressed store, hash-verified
45
}
46
47
func
(co *counterSeries) registerSeenSeries() {
48
co.firstSeries.Store(false)
49
}
50
51
func
newCounter(name string, lifecycler Limiter, externalLabels
map
[string]string, staleDuration time.Duration) *counter {
52
return
&counter{
Callers
1
collectMetrics
Method · 0.45
Calls
1
Store
Method · 0.65
Tested by
no test coverage detected