diff --git a/app/vmagent/README.md b/app/vmagent/README.md index aafd707d01..7f9fd0b8ac 100644 --- a/app/vmagent/README.md +++ b/app/vmagent/README.md @@ -3,7 +3,8 @@ `vmagent` is a tiny agent which helps you collect metrics from various sources, [relabel and filter the collected metrics](#relabeling) and store them in [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics) -or any other storage systems via Prometheus `remote_write` protocol. +or any other storage systems via Prometheus `remote_write` protocol +or via [VictoriaMetrics `remote_write` protocol](#victoriametrics-remote-write-protocol). See [Quick Start](#quick-start) for details. diff --git a/docs/vmagent.md b/docs/vmagent.md index 0e918cc381..0ab5d95145 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -14,7 +14,8 @@ aliases: `vmagent` is a tiny agent which helps you collect metrics from various sources, [relabel and filter the collected metrics](#relabeling) and store them in [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics) -or any other storage systems via Prometheus `remote_write` protocol. +or any other storage systems via Prometheus `remote_write` protocol +or via [VictoriaMetrics `remote_write` protocol](#victoriametrics-remote-write-protocol). See [Quick Start](#quick-start) for details.