From 63e5ee0d29c8a8e4b3bb3b455cd0db04be95116a Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 29 Jun 2020 22:09:03 +0300 Subject: [PATCH] docs: sync with upstream --- README.md | 2 +- docs/Single-server-VictoriaMetrics.md | 2 +- docs/vmalert.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6615308f..99bd79d9e 100644 --- a/README.md +++ b/README.md @@ -594,7 +594,7 @@ ROOT_IMAGE=scratch make package-victoria-metrics ### Start with docker-compose [Docker-compose](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/deployment/docker/docker-compose.yml) -helps to spin up VictoriaMetrics, vmagent and Grafana with one command. +helps to spin up VictoriaMetrics, [vmagent](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmagent/README.md) and Grafana with one command. More details may be found [here](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/docker#folder-contains-basic-images-and-tools-for-building-and-running-victoria-metrics-in-docker). ### Setting up service diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index e453360a8..99bd79d9e 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -594,7 +594,7 @@ ROOT_IMAGE=scratch make package-victoria-metrics ### Start with docker-compose [Docker-compose](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/deployment/docker/docker-compose.yml) -helps to spin up VictoriaMetrics, Prometheus and Grafana with one command. +helps to spin up VictoriaMetrics, [vmagent](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmagent/README.md) and Grafana with one command. More details may be found [here](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/docker#folder-contains-basic-images-and-tools-for-building-and-running-victoria-metrics-in-docker). ### Setting up service diff --git a/docs/vmalert.md b/docs/vmalert.md index e6ba23cad..07aba91ee 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -214,6 +214,8 @@ Usage of vmalert: Optional basic auth username for -remoteWrite.url -remoteWrite.concurrency int Defines number of readers that concurrently write into remote storage (default 1) + -remoteWrite.flushInterval duration + Defines interval of flushes to remote write endpoint (default 5s) -remoteWrite.maxBatchSize int Defines defines max number of timeseries to be flushed at once (default 1000) -remoteWrite.maxQueueSize int