From 44fa461e77c1d66149d478261382b7a3424e3a58 Mon Sep 17 00:00:00 2001 From: Roman Khavronenko Date: Mon, 28 Mar 2022 10:18:37 +0200 Subject: [PATCH] docs: escape chars for /label/values endpoint (#2379) Without escaping the part wrapped with `<` `>` chars won't be rendered properly. --- docs/url-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/url-examples.md b/docs/url-examples.md index de1338b656..20d770afbf 100644 --- a/docs/url-examples.md +++ b/docs/url-examples.md @@ -164,7 +164,7 @@ Additional information: * [Prometheus querying API usage](https://docs.victoriametrics.com/#prometheus-querying-api-usage) * [Querying label values](https://prometheus.io/docs/prometheus/latest/querying/api/#querying-label-values) -## /api/v1/label//values +## /api/v1/label/\/values **Querying label values**