Skip to content

Commit

Permalink
Correct the supported length of tenant IDs
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <[email protected]>
Co-authored-by: replay <[email protected]>
  • Loading branch information
jdbaldry and replay committed Feb 12, 2022
1 parent bec439d commit e239d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/about-tenant-ids.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For information about how Grafana Mimir components use tenant IDs, refer to [Abo

## Restrictions

Tenant IDs must be less than 150 bytes/characters in length and must comprise only supported characters:
Tenant IDs must be less-than or equal-to 150 bytes/characters in length and must comprise only supported characters:

- Alphanumeric characters
- `0-9`
Expand Down

0 comments on commit e239d1d

Please sign in to comment.