docs: escape chars for /label/values endpoint (#2379)

Without escaping the part wrapped with `<` `>` chars
won't be rendered properly.
This commit is contained in:
Roman Khavronenko 2022-03-28 10:18:37 +02:00 committed by Aliaksandr Valialkin
parent 7c81ce296d
commit 44fa461e77
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -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/<label_name>/values
## /api/v1/label/\<label_name\>/values
**Querying label values**