Skip to content

Commit dce398b

Browse files
committed
renaming tenantID limitations docs title
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
1 parent c84eb12 commit dce398b

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

docs/configuration/v1-guarantees.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Cortex strives to be 100% API compatible with Prometheus (under `/prometheus/*`
2727
- Additional API around pushing metrics (under `/api/push`).
2828
- Additional API endpoints for management of Cortex itself, such as the ring. These APIs are not part of the any compatibility guarantees.
2929

30-
_For more information, please refer to the [limitations](../guides/limitations.md) doc._
31-
3230
## Experimental features
3331

3432
Cortex is an actively developed project and we want to encourage the introduction of new features and capability. As such, not everything in each release of Cortex is considered "production-ready". We don't provide any backwards compatibility guarantees on these and the config and flags might break.

docs/guides/authentication-and-authorisation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Note that the tenant ID that is used to write the series to the datastore
3737
should be the same as the one you use to query the data. If they don't match,
3838
you won't see any data. As of now, you can't see series from other tenants.
3939

40-
For more information regarding the tenant ID limits, refer to: [Tenant ID limitations](./limitations.md#tenant-id-naming)
40+
For more information regarding the tenant ID naming conventions, refer to: [Tenant ID naming conventions](tenantID-naming-conventions.md#tenant-id-naming)
4141

4242
### Cortex-Tenant
4343

docs/guides/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ A tenant (also called "user" or "org") is the owner of a set of series written t
8282
For more information, please refer to:
8383

8484
- [HTTP API authentication](../api/_index.md#authentication)
85-
- [Tenant ID limitations](./limitations.md#tenant-id-naming)
85+
- [Tenant ID naming conventions](tenantID-naming-conventions.md#tenant-id-naming)
8686

8787
### Time series
8888

docs/guides/limitations.md renamed to docs/guides/tenantID-naming-conventions.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
2-
title: "Limitations"
3-
linkTitle: "Limitations"
2+
title: "Tenant ID Naming Conventions"
3+
linkTitle: "Tenant ID Naming Conventions"
44
weight: 998
5-
slug: limitations
5+
slug: Tenant ID Naming Conventions
66
---
77

88
## Tenant ID naming
99

10-
The tenant ID (also called "user ID" or "org ID") is the unique identifier of a tenant within a Cortex cluster. The tenant ID is opaque information to Cortex, which doesn't make any assumptions on its format/content, but its naming has two limitations:
10+
The tenant ID (also called "user ID" or "org ID") is the unique identifier of a tenant within a Cortex cluster. The tenant ID is opaque information to Cortex, which doesn't make any assumptions on its format/content, but its naming has three limitations:
1111

1212
1. Supported characters
13-
2. Length
13+
2. Invalid tenant IDs
14+
3. Length
1415

1516
### Supported characters
1617

0 commit comments

Comments
 (0)