diff --git a/app/vmagent/README.md b/app/vmagent/README.md index eaabb89f71..accce838a6 100644 --- a/app/vmagent/README.md +++ b/app/vmagent/README.md @@ -173,7 +173,8 @@ By default `vmagent` collects the data without tenant identifiers and routes it [VictoriaMetrics cluster](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html) supports writing data to multiple tenants specified via special labels - see [these docs](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#multitenancy-via-labels). -This allows specifying tenant ids via [relabeling](#relabeling) and writing multitenant data to a single `-remoteWrite.url=http:///insert/multitenant/api/v1/write`. +This allows specifying tenant ids via [relabeling](#relabeling) and writing multitenant data +to a single `-remoteWrite.url=http:///insert/multitenant/prometheus/api/v1/write`. `vmagent` can accept data from the same multitenant endpoints as `vminsert` from [VictoriaMetrics cluster](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html) does according to [these docs](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#url-format) and route the accepted data diff --git a/docs/vmagent.md b/docs/vmagent.md index ec4af24fd3..f9ba7bc9fc 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -177,7 +177,8 @@ By default `vmagent` collects the data without tenant identifiers and routes it [VictoriaMetrics cluster](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html) supports writing data to multiple tenants specified via special labels - see [these docs](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#multitenancy-via-labels). -This allows specifying tenant ids via [relabeling](#relabeling) and writing multitenant data to a single `-remoteWrite.url=http:///insert/multitenant/api/v1/write`. +This allows specifying tenant ids via [relabeling](#relabeling) and writing multitenant data +to a single `-remoteWrite.url=http:///insert/multitenant/prometheus/api/v1/write`. `vmagent` can accept data from the same multitenant endpoints as `vminsert` from [VictoriaMetrics cluster](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html) does according to [these docs](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#url-format) and route the accepted data