VictoriaMetrics/app/vmctl/influx
Miro Prasil c0853d4bf8
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 14:59:17 +03:00
..
influx.go vmctl: explicitly set ::tag type for labels selector in influx mode (#1310) 2021-05-20 12:07:15 +03:00
influx_test.go vmctl: explicitly set ::tag type for labels selector in influx mode (#1310) 2021-05-20 12:07:15 +03:00
parser.go vmctl influx convert bool to number (#1714) 2021-10-18 14:59:17 +03:00
parser_test.go app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:18:39 +02:00