MCPcopy
hub / github.com/grafana/dskit / Error

Method Error

tenant/tenant.go:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66func (e errMalformedMetadata) Error() string {
67 return fmt.Sprintf("malformed tenant metadata: %q (%s)", e.source, e.reason)
68}
69
70// NormalizeTenantIDs creates a normalized form by sorting and de-duplicating the list of tenantIDs
71func NormalizeTenantIDs(tenantIDs []string) []string {

Callers 7

TestVariableTickerFunction · 0.45
TestTenantIDsFunction · 0.45
NewOTelFromEnvFunction · 0.45
LogErrorMethod · 0.45
TestParseJaegerTagsFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestVariableTickerFunction · 0.36
TestTenantIDsFunction · 0.36
TestParseJaegerTagsFunction · 0.36