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

Method isNew

modules/generator/registry/counter.go:43–45  ·  modules/generator/registry/counter.go::counterSeries.isNew
()

Source from the content-addressed store, hash-verified

41)
42
43func (co *counterSeries) isNew() bool {
44 return co.firstSeries.Load()
45}
46
47func (co *counterSeries) registerSeenSeries() {
48 co.firstSeries.Store(false)

Callers 1

collectMetricsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected