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

Method OnUpdate

modules/generator/registry/registry.go:108–108  ·  view source on GitHub ↗

OnUpdate is called when an entity is updated. LabelHash is a hash of all non-constant labels.

(labelHash uint64, seriesCount uint32)

Source from the content-addressed store, hash-verified

106 // OnUpdate is called when an entity is updated.
107 // LabelHash is a hash of all non-constant labels.
108 OnUpdate(labelHash uint64, seriesCount uint32)
109 // OnDelete is called when an entity is deleted.
110 // LabelHash is a hash of all non-constant labels.
111 OnDelete(labelHash uint64, seriesCount uint32)

Callers 5

updateSeriesMethod · 0.65
updateSeriesMethod · 0.65
updateSeriesMethod · 0.65
OnUpdateMethod · 0.65
updateSeriesValueMethod · 0.65

Implementers 4

mockLimitermodules/generator/registry/registry_te
ManagedRegistrymodules/generator/registry/registry.go
LocalSeriesLimitermodules/generator/localserieslimiter/l
LocalEntityLimitermodules/generator/localentitylimiter/l

Calls

no outgoing calls

Tested by

no test coverage detected