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

Method LegacyKeys

modules/overrides/extension.go:24–24  ·  view source on GitHub ↗

LegacyKeys returns the flat-key names used in the legacy overrides format. Return an empty slice if there are no legacy keys.

()

Source from the content-addressed store, hash-verified

22 // LegacyKeys returns the flat-key names used in the legacy overrides format.
23 // Return an empty slice if there are no legacy keys.
24 LegacyKeys() []string
25 // FromLegacy populates this extension from the flat legacy key map.
26 // The full Extensions map is passed; implementations pick only their own keys.
27 FromLegacy(map[string]any) error

Callers 1

RegisterExtensionFunction · 0.65

Implementers 2

testExtensionmodules/overrides/extension_test.go
conflictingExtensionmodules/overrides/extension_test.go

Calls

no outgoing calls

Tested by

no test coverage detected