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

Method GetRuntimeOverridesFor

modules/overrides/interface.go:30–30  ·  view source on GitHub ↗

GetRuntimeOverridesFor returns the runtime overrides set for the given user excluding overrides from the user-configurable overrides, if enabled.

(userID string)

Source from the content-addressed store, hash-verified

28 // GetRuntimeOverridesFor returns the runtime overrides set for the given user excluding
29 // overrides from the user-configurable overrides, if enabled.
30 GetRuntimeOverridesFor(userID string) *Overrides
31
32 // Config
33 IngestionRateStrategy() string

Calls

no outgoing calls