VictoriaMetrics/vendor/github.com
DexterZhang 9930ce1fa9
Feat/query list vmselect (#575)
* feat(vmselect): add support for listing current running queries and canceling specific query

* fix(vmselect): change current queries' pid from int64 counter to uuid

* feat(vmselect): add auth to internal operations like `/resetRollupResultCache`, `/query/list` and `/query/kill`. add flag `internalAuthKey` for these auth

* fix(vmselect): add more info to current queries

* review: delete some unnecessary code and use function instead of init

* review: returen *queriesMap in newQueriesMap

* review: delete unused var in struct queriesMap, add comments to exported functions

* review: add return if error occurs

* feat(vmselect): truncate query string in current running query list API since the size of query string might be large;
                use query string's pointer in struct `query` for the same reason;
		add query info API to get full access of query's info;
2020-07-08 19:04:29 +03:00
..
aws/aws-sdk-go vendor: make vendor-update 2020-07-01 01:04:05 +03:00
cespare/xxhash/v2 make vendor-update 2019-11-19 21:30:49 +02:00
golang vendor: make vendor-update 2020-05-15 15:03:11 +03:00
google/uuid Feat/query list vmselect (#575) 2020-07-08 19:04:29 +03:00
googleapis/gax-go/v2 app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
jmespath/go-jmespath vendor: make vendor-update 2020-03-27 20:17:26 +02:00
jstemmer/go-junit-report app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
klauspost/compress vendor: update github.com/klauspost/compress from v1.10.9 to v1.10.10 2020-06-23 13:47:00 +03:00
lithammer/go-jump-consistent-hash vendor: update dependencies with make vendor-update 2019-05-26 23:18:42 +03:00
valyala vendor: update github.com/valyala/fastjson from v1.5.1 to v1.5.2 2020-06-25 23:34:24 +03:00
VictoriaMetrics app/vmselect: add interpolate function for filling gaps with linearly interpolated values 2020-07-02 14:54:46 +03:00