mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
app/vmctl: add description about influx-skip-database-label
flag (#3111)
This commit is contained in:
parent
27a6ac5a30
commit
52a79a901e
2 changed files with 2 additions and 0 deletions
|
@ -242,6 +242,7 @@ Found 40000 timeseries to import. Continue? [Y/n] y
|
|||
Vmctl maps InfluxDB data the same way as VictoriaMetrics does by using the following rules:
|
||||
|
||||
- `influx-database` arg is mapped into `db` label value unless `db` tag exists in the InfluxDB line.
|
||||
If you want to skip this mapping just enable flag `influx-skip-database-label`.
|
||||
- Field names are mapped to time series names prefixed with {measurement}{separator} value,
|
||||
where {separator} equals to _ by default.
|
||||
It can be changed with `--influx-measurement-field-separator` command-line flag.
|
||||
|
|
|
@ -246,6 +246,7 @@ Found 40000 timeseries to import. Continue? [Y/n] y
|
|||
Vmctl maps InfluxDB data the same way as VictoriaMetrics does by using the following rules:
|
||||
|
||||
- `influx-database` arg is mapped into `db` label value unless `db` tag exists in the InfluxDB line.
|
||||
If you want to skip this mapping just enable flag `influx-skip-database-label`.
|
||||
- Field names are mapped to time series names prefixed with {measurement}{separator} value,
|
||||
where {separator} equals to _ by default.
|
||||
It can be changed with `--influx-measurement-field-separator` command-line flag.
|
||||
|
|
Loading…
Reference in a new issue