From 3365f6867bd37baad38617b59933cf66f205189e Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 14 Jul 2020 14:19:04 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: sync with README.md --- docs/Single-server-VictoriaMetrics.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index e61a51da8..64024f285 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -311,7 +311,8 @@ VictoriaMetrics maps Influx data using the following rules: unless `db` tag exists in the Influx line. * Field names are mapped to time series names prefixed with `{measurement}{separator}` value, where `{separator}` equals to `_` by default. It can be changed with `-influxMeasurementFieldSeparator` command-line flag. - See also `-influxSkipSingleField` command-line flag. If `{measurement}` is empty, then time series names correspond to field names. + See also `-influxSkipSingleField` command-line flag. + If `{measurement}` is empty or `-influxSkipMeasurement` command-line flag is set, then time series names correspond to field names. * Field values are mapped to time series values. * Tags are mapped to Prometheus labels as-is.