From 1440aa555abbf8a749c6b07ed9ff585420352378 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 13 Jun 2024 08:38:08 -0700 Subject: [PATCH] chore: [release-3.0.x] docs: remove redundant backticks from http api documentation (#13214) Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> --- docs/sources/reference/loki-http-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/loki-http-api.md b/docs/sources/reference/loki-http-api.md index fb40b8ca467bb..4cf10de198c02 100644 --- a/docs/sources/reference/loki-http-api.md +++ b/docs/sources/reference/loki-http-api.md @@ -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.