mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-14 16:12:15 +01: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
7c81ce296d
commit
44fa461e77
@ -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**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user