Skip to content

Commit

Permalink
Update API documentation for /status endpoint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zalegrala committed Sep 13, 2021
1 parent 0238b41 commit 8decdae
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions docs/tempo/website/api_docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ For the sake of clarity, in this document we have grouped API endpoints by servi

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

### Configuration

```
GET /config
```

Displays the configuration currently applied to Tempo (in YAML format), including default values and settings via CLI flags.
Sensitive data is masked. Please be aware that the exported configuration **doesn't include the per-tenant overrides**.


### Readiness probe

```
Expand All @@ -51,14 +41,6 @@ GET /ready

Returns status code 200 when Tempo is ready to serve traffic.

### Services

```
GET /services
```

Displays a list of services and their status. If a service failed it will show the failure case.

### Metrics

```
Expand Down Expand Up @@ -209,4 +191,8 @@ GET /status
Print all available information by default.

Query Parameter:
- `endpoints`: Prints status information about the API endpoints.
- `endpoints`: Displays status information about the API endpoints.
- `config`: Displays the configuration currently applied to Tempo (in YAML format), including default values and settings via CLI flags.
Sensitive data is masked. Please be aware that the exported configuration **doesn't include the per-tenant overrides**.
- `services`: Displays a list of services and their status. If a service failed it will show the failure case.
- `runtime_config = (diff)`: Displays the override configuration. Optionally setting a value of `diff` can be used to show the difference between defaults and overrides.

0 comments on commit 8decdae

Please sign in to comment.