Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ isNew
Method
isNew
modules/generator/registry/histogram.go:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(hs *histogramSeries) isNew() bool {
58
return
hs.firstSeries.Load()
59
}
60
61
func
(hs *histogramSeries) registerSeenSeries() {
62
hs.firstSeries.Store(false)
Callers
1
collectMetrics
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected