From f8dfc223509f73391023f9843e13a46472b1ee60 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 23 Mar 2022 19:39:08 +0200 Subject: [PATCH] docs: a follow-up after 76a477c609f8007a9f76504088b3a0240fff2985 --- README.md | 1 + docs/README.md | 1 + docs/Single-server-VictoriaMetrics.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 136070a37..996521017 100644 --- a/README.md +++ b/README.md @@ -499,6 +499,7 @@ VictoriaMetrics supports the following handlers from [Prometheus querying API](h * [/api/v1/label/.../values](https://prometheus.io/docs/prometheus/latest/querying/api/#querying-label-values) * [/api/v1/status/tsdb](https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-stats). See [these docs](#tsdb-stats) for details. * [/api/v1/targets](https://prometheus.io/docs/prometheus/latest/querying/api/#targets) - see [these docs](#how-to-scrape-prometheus-exporters-such-as-node-exporter) for more details. +* [/federate](https://prometheus.io/docs/prometheus/latest/federation/) - see [these docs](#federation) for more details. These handlers can be queried from Prometheus-compatible clients such as Grafana or curl. All the Prometheus querying API handlers can be prepended with `/prometheus` prefix. For example, both `/prometheus/api/v1/query` and `/api/v1/query` should work. diff --git a/docs/README.md b/docs/README.md index 136070a37..996521017 100644 --- a/docs/README.md +++ b/docs/README.md @@ -499,6 +499,7 @@ VictoriaMetrics supports the following handlers from [Prometheus querying API](h * [/api/v1/label/.../values](https://prometheus.io/docs/prometheus/latest/querying/api/#querying-label-values) * [/api/v1/status/tsdb](https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-stats). See [these docs](#tsdb-stats) for details. * [/api/v1/targets](https://prometheus.io/docs/prometheus/latest/querying/api/#targets) - see [these docs](#how-to-scrape-prometheus-exporters-such-as-node-exporter) for more details. +* [/federate](https://prometheus.io/docs/prometheus/latest/federation/) - see [these docs](#federation) for more details. These handlers can be queried from Prometheus-compatible clients such as Grafana or curl. All the Prometheus querying API handlers can be prepended with `/prometheus` prefix. For example, both `/prometheus/api/v1/query` and `/api/v1/query` should work. diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index f869ed874..e0d6e3a65 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -503,7 +503,7 @@ VictoriaMetrics supports the following handlers from [Prometheus querying API](h * [/api/v1/label/.../values](https://prometheus.io/docs/prometheus/latest/querying/api/#querying-label-values) * [/api/v1/status/tsdb](https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-stats). See [these docs](#tsdb-stats) for details. * [/api/v1/targets](https://prometheus.io/docs/prometheus/latest/querying/api/#targets) - see [these docs](#how-to-scrape-prometheus-exporters-such-as-node-exporter) for more details. -* [/federate](https://prometheus.io/docs/prometheus/latest/federation/) - see [these docs](https://docs.victoriametrics.com/#federation) for more details. +* [/federate](https://prometheus.io/docs/prometheus/latest/federation/) - see [these docs](#federation) for more details. These handlers can be queried from Prometheus-compatible clients such as Grafana or curl. All the Prometheus querying API handlers can be prepended with `/prometheus` prefix. For example, both `/prometheus/api/v1/query` and `/api/v1/query` should work.