mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +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
7c81ce296d
commit
44fa461e77
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)
|
||||
* [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 a new issue