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

Method GetOverrides

pkg/httpclient/client.go:58–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 MetricsQueryRange(query string, start, end int64, step string, exemplars int) (*tempopb.QueryRangeResponse, error)
57 MetricsQueryInstant(query string, start, end int64, exemplars int) (*tempopb.QueryInstantResponse, error)
58 GetOverrides() (*userconfigurableoverrides.Limits, string, error)
59 SetOverrides(limits *userconfigurableoverrides.Limits, version string) (string, error)
60 PatchOverrides(limits *userconfigurableoverrides.Limits) (*userconfigurableoverrides.Limits, string, error)
61 DeleteOverrides(version string) error

Callers 6

TestOverridesAPI_GETFunction · 0.65
TestOverridesAPI_POSTFunction · 0.65
TestOverridesAPI_PATCHFunction · 0.65
TestOverridesAPI_DELETEFunction · 0.65

Implementers 2

Clientpkg/httpclient/client.go
MockHTTPClientcmd/tempo-vulture/mocks.go

Calls

no outgoing calls

Tested by 6

TestOverridesAPI_GETFunction · 0.52
TestOverridesAPI_POSTFunction · 0.52
TestOverridesAPI_PATCHFunction · 0.52
TestOverridesAPI_DELETEFunction · 0.52