Skip to content

Commit fab8538

Browse files
author
Jakob Kartschall
committed
clarify limitation for /series endpoint
Signed-off-by: Jakob Kartschall <[email protected]>
1 parent 27e2d46 commit fab8538

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/configuration/v1-guarantees.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The Cortex maintainers commit to ensuring future version of Cortex can read data
2424
Cortex strives to be 100% API compatible with Prometheus (under `/api/prom/*`); any deviation from this is considered a bug, except:
2525

2626
- Requiring the `__name__` label on queries.
27+
- For queries to the `/api/v1/series`, `/api/v1/labels` and `/api/v1/label/{name}/values` endpoints, given time ranges older than the data stored in ingesters will be ignored and data will only retrieved from ingesters.
2728
- Additional API endpoints for creating, removing and modifying alerts and recording rules.
2829
- Additional API around pushing metrics (under `/api/push`).
2930
- Additional API endpoints for management of Cortex itself, such as the ring. These APIs are not part of the any compatibility guarantees.

0 commit comments

Comments
 (0)