mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs: test available_from shortcode for versioning
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
acb9f47e8d
commit
8e0fbb0ed2
1 changed files with 1 additions and 2 deletions
|
@ -114,10 +114,9 @@ such as [Graphite](https://docs.victoriametrics.com/#how-to-send-data-from-graph
|
||||||
|
|
||||||
**Reads**
|
**Reads**
|
||||||
|
|
||||||
_Available from [v1.104.0](https://docs.victoriametrics.com/changelog/#v11040)._
|
|
||||||
_For better performance prefer specifying [tenants in read URL](https://docs.victoriametrics.com/cluster-victoriametrics/#url-format)._
|
_For better performance prefer specifying [tenants in read URL](https://docs.victoriametrics.com/cluster-victoriametrics/#url-format)._
|
||||||
|
|
||||||
`vmselect` can execute queries over multiple [tenants](#multitenancy) via special `multitenant` endpoints `http://vmselect:8481/select/multitenant/<suffix>`.
|
`vmselect` can execute queries over multiple [tenants](#multitenancy) {{% available_from "v1.104.0" %}} via special `multitenant` endpoints `http://vmselect:8481/select/multitenant/<suffix>`.
|
||||||
Currently supported endpoints for `<suffix>` are:
|
Currently supported endpoints for `<suffix>` are:
|
||||||
- `/prometheus/api/v1/query`
|
- `/prometheus/api/v1/query`
|
||||||
- `/prometheus/api/v1/query_range`
|
- `/prometheus/api/v1/query_range`
|
||||||
|
|
Loading…
Reference in a new issue