mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/vmagent.md: follow-up for 184a659c5f
This commit is contained in:
parent
184a659c5f
commit
75f7c51cab
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
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 remote_write protocol. Therefore for clustered version `-remoteWrite.url` command-line flag should be configured as `<schema>://<vminsert-host>:8480/insert/<customer-id>/prometheus/api/v1/write`
|
||||||
|
|
||||||
|
|
||||||
### How to collect metrics in Prometheus format
|
### How to collect metrics in Prometheus format
|
||||||
|
|
||||||
|
|
|
@ -133,7 +133,7 @@ Additionally, Basic Auth can be enabled for the incoming `remote_write` requests
|
||||||
|
|
||||||
#### remote_write for clustered version
|
#### 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 `<schema>://<vminsert-host>:8480/insert/<customer-id>/prometheus/api/v1/write`
|
Despite `vmagent` can accept data in several supported protocols (OpenTSDB, Influx, Prometheus, Graphite) and scrape data from various targets, writes always peformed in Promethes remote_write protocol. Therefore for clustered version `-remoteWrite.url` command-line flag should be configured as `<schema>://<vminsert-host>:8480/insert/<customer-id>/prometheus/api/v1/write`
|
||||||
|
|
||||||
|
|
||||||
### How to collect metrics in Prometheus format
|
### How to collect metrics in Prometheus format
|
||||||
|
|
Loading…
Reference in a new issue