VictoriaMetrics/app
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
..
vmagent lib/promscrape: store the full response in stream parsing mode in scrapeWork.lastScrape byte slice 2021-10-15 15:26:24 +03:00
vmalert vmalert: add disablePathAppend to remote read (#1712) 2021-10-18 14:59:17 +03:00
vmauth Adjust http.Transport.MaxIdleConns setting for vmauth/vmalert services (#1704) 2021-10-13 19:23:52 +03:00
vmbackup app/{vmbackup,vmrestore}: switch from gcs://... to gs://... urls for backups to GCS 2021-09-29 12:12:37 +03:00
vmbackupmanager app/{vmbackup,vmrestore}: switch from gcs://... to gs://... urls for backups to GCS 2021-09-29 12:12:37 +03:00
vmctl vmctl influx convert bool to number (#1714) 2021-10-18 14:59:17 +03:00
vmgateway docs/{vmgateway,vmbackupmanager}: mention that enterprise binaries are free for download and evaluation 2021-08-27 14:53:48 +03:00
vminsert app/{vminsert,vmstorage}: follow-up after a171916ef5 2021-10-08 14:09:51 +03:00
vmrestore app/{vmbackup,vmrestore}: switch from gcs://... to gs://... urls for backups to GCS 2021-09-29 12:12:37 +03:00
vmselect app/vmselect/promql: randomize the static selection of time series returned from limitk() 2021-10-16 21:16:34 +03:00
vmstorage app/{vminsert,vmstorage}: follow-up after a171916ef5 2021-10-08 14:09:51 +03:00
vmui app/vmui: follow-up after 7bfb44113e 2021-10-08 15:11:09 +03:00