From 1bc6377863790b5ffcc4aff243cf1bc52a85b7b9 Mon Sep 17 00:00:00 2001 From: Alexander Danilov Date: Mon, 7 Oct 2019 17:32:06 +0300 Subject: [PATCH] Improve documentation a little bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d054e9995..4ed245bbb 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,8 @@ or [docker image](https://hub.docker.com/r/victoriametrics/victoria-metrics/) wi The following command-line flags are used the most: -* `-storageDataPath` - path to data directory. VictoriaMetrics stores all the data in this directory. -* `-retentionPeriod` - retention period in months for the data. Older data is automatically deleted. +* `-storageDataPath` - path to data directory. VictoriaMetrics stores all the data in this directory. Default path is `victoria-metrics-data` in current working directory. +* `-retentionPeriod` - retention period in months for the data. Older data is automatically deleted. Default period is 1 month. * `-httpListenAddr` - TCP address to listen to for http requests. By default, it listens port `8428` on all the network interfaces. * `-graphiteListenAddr` - TCP and UDP address to listen to for Graphite data. By default, it is disabled. * `-opentsdbListenAddr` - TCP and UDP address to listen to for OpenTSDB data over telnet protocol. By default, it is disabled.