(tenantIDs []string)
| 104 | } |
| 105 | |
| 106 | func 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) |