MCPcopy
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
57func (hs *histogramSeries) isNew() bool {
58 return hs.firstSeries.Load()
59}
60
61func (hs *histogramSeries) registerSeenSeries() {
62 hs.firstSeries.Store(false)

Callers 1

collectMetricsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected