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

Method Get

modules/overrides/userconfigurable/client/client.go:86–86  ·  view source on GitHub ↗

Get the user-configurable overrides. Returns backend.ErrDoesNotExist if no limits are set.

(context.Context, string)

Source from the content-addressed store, hash-verified

84 List(ctx context.Context) ([]string, error)
85 // Get the user-configurable overrides. Returns backend.ErrDoesNotExist if no limits are set.
86 Get(context.Context, string) (*Limits, backend.Version, error)
87 // Set the user-configurable overrides. Returns backend.ErrVersionDoesNotMatch if the backend
88 // has a newer version.
89 Set(context.Context, string, *Limits, backend.Version) (backend.Version, error)

Callers 15

TestStatusAndRingAPIsFunction · 0.95
scrapeMetricsFunction · 0.95
Test_LeaderElectionFunction · 0.95
RunHealthCheckFunction · 0.95
ExtractNoGenerateMetricsFunction · 0.65
SanitizeMethod · 0.65
TestSafeBuilderPoolFunction · 0.65

Implementers 3

badClientmodules/overrides/user_configurable_ov
clientImplmodules/overrides/userconfigurable/cli
testClientmodules/overrides/userconfigurable/api

Calls

no outgoing calls