From 6f3560d2563a7377ae26350e8489ce5b365e5f9f Mon Sep 17 00:00:00 2001 From: mancubus77 Date: Wed, 13 Jan 2021 22:50:37 +1100 Subject: [PATCH] Doco vmagent fix (#1014) * Update section with remote_write.url for clustered version * fix typo Co-authored-by: mancubus --- docs/vmagent.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/vmagent.md b/docs/vmagent.md index 804168b9ce..b469b8bb7c 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -131,6 +131,10 @@ The `vmagent` can be configured to encrypt the incoming `remote_write` requests Additionally, Basic Auth can be enabled for the incoming `remote_write` requests with `-httpAuth.*` command-line flags. +#### remote_write for clustered version + +Despite `vmagent` can accept data in several supported protocols (OpenTSDB, Influx, Prometheus, Graphite) and scrape data from various targets, writes always peformed in promethes format. Therefore for clustered version `remote_write` should be configured as `://:8480/insert//prometheus/api/v1/write` + ### How to collect metrics in Prometheus format