mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
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:
parent
2ea540a5aa
commit
3a2a60cb08
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ Additional information:
|
||||||
* [Prometheus querying API usage](https://docs.victoriametrics.com/#prometheus-querying-api-usage)
|
* [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)
|
* [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**
|
**Querying label values**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue