VictoriaMetrics/app/vmctl/influx
Miro Prasil 5416e18007
vmctl influx convert bool to number (#1714)
vmctl: properly convert influx bools into integer representation

When using vmctl influx, the import would fail importing boolean fields
with:

```
failed to convert value "some".0 to float64: unexpected value type true
```

This converts `true` to `1` and `false` to `0`.

Fixes #1709
2021-10-18 10:29:34 +03:00
..
influx.go vmctl: explicitly set ::tag type for labels selector in influx mode (#1310) 2021-05-20 12:03:16 +03:00
influx_test.go vmctl: explicitly set ::tag type for labels selector in influx mode (#1310) 2021-05-20 12:03:16 +03:00
parser.go vmctl influx convert bool to number (#1714) 2021-10-18 10:29:34 +03:00
parser_test.go app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00