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

Method Key

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

Key is the YAML/JSON property name used to store this extension's config.

()

Source from the content-addressed store, hash-verified

15type Extension interface {
16 // Key is the YAML/JSON property name used to store this extension's config.
17 Key() string
18 // RegisterFlagsAndApplyDefaults applies defaults for the extension config.
19 RegisterFlagsAndApplyDefaults(prefix string, f *flag.FlagSet)
20 // Validate validates the extension config after it has been decoded. Validate must be idempotent.

Callers 2

onExpireMethod · 0.65
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