Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: fpetkovski <filip.petkovsky@gmail.com>
  • Loading branch information
fpetkovski committed Jul 10, 2022
1 parent 18a4179 commit 98f2f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/receive.md
Expand Up @@ -14,7 +14,7 @@ For more information please check out [initial design proposal](../proposals-don
## TSDB stats

Thanos Receive supports getting TSDB stats using the `/api/v1/status/tsdb` endpoint. Use the `THANOS-TENANT` HTTP header to get stats for individual Tenants. The output format of the endpoint is compatible with [Prometheus API](https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-stats).
Thanos Receive supports getting TSDB stats using the `/api/v1/status/tsdb` endpoint. Use the `THANOS-TENANT` HTTP header to get stats for individual Tenants, or pass a `all_tenants=true` query parameter to get stats for all tenants. The output format of the endpoint is compatible with [Prometheus API](https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-stats) with the addition of having a `tenant` field indicating the tenant each of the stats belong to.

Note that each Thanos Receive will only expose local stats and replicated series will not be included in the response.

Expand Down

0 comments on commit 98f2f64

Please sign in to comment.