Skip to content

Commit

Permalink
docs: remove redundant backticks from http api documentation (#13212)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanahuckova authored Jun 13, 2024
1 parent 5df56a4 commit 24c583f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/reference/loki-http-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ gave this response:
## Query log statistics

```bash
GET `/loki/api/v1/index/stats`
GET /loki/api/v1/index/stats
```

The `/loki/api/v1/index/stats` endpoint can be used to query the index for the number of `streams`, `chunks`, `entries`, and `bytes` that a query resolves to.
Expand Down

0 comments on commit 24c583f

Please sign in to comment.