Skip to content

Commit

Permalink
Docs: distributor ring is only available with global override strategy (
Browse files Browse the repository at this point in the history
  • Loading branch information
yvrhdn authored Jun 11, 2021
1 parent 0df09bd commit 3b9f309
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/tempo/website/api_docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ For the sake of clarity, in this document we have grouped API endpoints by servi
| [Memberlist](#memberlist) | Distributor, Ingester, Querier, Compactor | HTTP | `GET /memberlist` |
| [Flush](#flush) | Ingester | HTTP | `GET,POST /flush` |
| [Shutdown](#shutdown) | Ingester | HTTP | `GET,POST /shutdown` |
| [Distributor ring status](#distributor-ring-status) | Distributor | HTTP | `GET /distributor/ring` |
| [Distributor ring status](#distributor-ring-status) (*) | Distributor | HTTP | `GET /distributor/ring` |
| [Ingesters ring status](#ingesters-ring-status) | Distributor, Querier | HTTP | `GET /ingester/ring` |
| [Compactor ring status](#compactor-ring-status) | Compactor | HTTP | `GET /compactor/ring` |

_(*) This endpoint is not always available, check the specific section for more details._

### Configuration

Expand Down Expand Up @@ -152,6 +153,8 @@ ingester service.

### Distributor ring status

> Note: this endpoint is only available when Tempo is configured with [the global override strategy](../configuration/ingestion-limit#override-strategies).
```
GET /distributor/ring
```
Expand Down

0 comments on commit 3b9f309

Please sign in to comment.