MCPcopy Create free account
hub / github.com/cortexproject/cortex / JoinTenantIDs

Function JoinTenantIDs

pkg/util/users/tenant.go:106–108  ·  view source on GitHub ↗
(tenantIDs []string)

Source from the content-addressed store, hash-verified

104}
105
106func JoinTenantIDs(tenantIDs []string) string {
107 return strings.Join(tenantIDs, tenantIDsLabelSeparator)
108}
109
110// this checks if a rune is supported in tenant IDs (according to
111// https://cortexmetrics.io/docs/guides/limitations/#tenant-id-naming)

Callers 7

ServeHTTPMethod · 0.92
RoundTripGRPCMethod · 0.92
QueryResultMethod · 0.92
queueRequestMethod · 0.92
NewQueryTripperwareFunction · 0.92
DoMethod · 0.92

Calls 1

JoinMethod · 0.80

Tested by 1