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

Method OnDelete

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

OnDelete is called when an entity is deleted. LabelHash is a hash of all non-constant labels.

(labelHash uint64, seriesCount uint32)

Source from the content-addressed store, hash-verified

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)
112}
113
114// LabelLimiter caps label cardinality by replacing high-cardinality values.

Implementers 4

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

Calls

no outgoing calls