From 97557c96d559d150942181ebe4c255fdcd9ffbdd Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 22 Jun 2020 12:44:40 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: remove `-httpListenAddr` command-line flag from `setting up VictoriaMetrics` chapter This flag is optional and it has good default value - `:8428`, so there is no need in mentioning it at this chapter --- docs/Single-server-VictoriaMetrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 4255350d2..c77849c62 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -150,9 +150,9 @@ The following command-line flags are used the most: * `-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. Other flags have good enough default values, so set them only if you really need this. +VictoriaMetrics accepts [Prometheus querying API requests](#prometheus-querying-api-usage) on port `8428` by default. Pass `-help` to see all the available flags with description and default values.