VictoriaMetrics/app/vmctl/influx
Roman Khavronenko dcf8803bbd
vmctl: explicitly set ::tag type for labels selector in influx mode (#1310)
The `::tag` type is needed in cases when field and tag names are equal, which
results into unexpected results in InfluxQL. Setting the type explicitly helps
InfluxDB to understand which exact column we apply filter to.

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1299
2021-05-20 12:03:16 +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 app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00
parser_test.go app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00