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

Method OnUpdate

modules/generator/registry/registry.go:185–188  ·  view source on GitHub ↗
(labelHash uint64, seriesCount uint32)

Source from the content-addressed store, hash-verified

183}
184
185func (r *ManagedRegistry) OnUpdate(labelHash uint64, seriesCount uint32) {
186 r.entityDemand.Insert(labelHash)
187 r.limiter.OnUpdate(labelHash, seriesCount)
188}
189
190func (r *ManagedRegistry) OnDelete(labelHash uint64, seriesCount uint32) {
191 r.limiter.OnDelete(labelHash, seriesCount)

Callers

nothing calls this directly

Calls 2

InsertMethod · 0.80
OnUpdateMethod · 0.65

Tested by

no test coverage detected