mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/Single-server-VictoriaMetrics.md: sync with README.md
This commit is contained in:
parent
4081e2295e
commit
6d77bfae4f
1 changed files with 2 additions and 1 deletions
|
@ -311,7 +311,8 @@ VictoriaMetrics maps Influx data using the following rules:
|
||||||
unless `db` tag exists in the Influx line.
|
unless `db` tag exists in the Influx line.
|
||||||
* Field names are mapped to time series names prefixed with `{measurement}{separator}` value,
|
* 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.
|
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.
|
* Field values are mapped to time series values.
|
||||||
* Tags are mapped to Prometheus labels as-is.
|
* Tags are mapped to Prometheus labels as-is.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue