VictoriaMetrics/app/vmselect/netstorage
Aliaksandr Valialkin 6a185b7809 app/vmselect: add ability to pass match[], start and end to /api/v1/labels
This makes the `/api/v1/labels` handler consistent with already existing functionality for `/api/v1/label/.../values`.

See https://github.com/prometheus/prometheus/issues/6178 for more details.
2019-12-15 00:20:43 +02:00
..
fadvise_darwin.go app/vmselect/netstorage: hint the OS that tmpBlocksFile is read almost sequentially 2019-09-30 00:13:33 +03:00
fadvise_freebsd.go app/vmselect/netstorage: hint the OS that tmpBlocksFile is read almost sequentially 2019-09-30 00:13:33 +03:00
fadvise_linux.go app/vmselect/netstorage: hint the OS that tmpBlocksFile is read almost sequentially 2019-09-30 00:13:33 +03:00
netstorage.go app/vmselect: add ability to pass match[], start and end to /api/v1/labels 2019-12-15 00:20:43 +02:00
tmp_blocks_file.go app/vmselect/netstorage: hint the OS that tmpBlocksFile is read almost sequentially 2019-09-30 00:13:33 +03:00
tmp_blocks_file_test.go app/vmselect/netstorage: marshal block outside tmpBlocksFile.WriteBlock 2019-09-28 20:57:20 +03:00