VictoriaMetrics/vendor
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
..
cloud.google.com/go vendor: make vendor-update 2020-07-01 01:04:05 +03:00
github.com Feat/query list vmselect (#575) 2020-07-08 19:04:29 +03:00
go.opencensus.io vendor: make vendor-update 2020-06-19 02:40:36 +03:00
golang.org/x vendor: make vendor-update 2020-07-01 01:04:05 +03:00
google.golang.org vendor: make vendor-update 2020-06-25 23:44:33 +03:00
gopkg.in/yaml.v2 vendor: make vendor-update 2020-05-15 15:03:11 +03:00
modules.txt Feat/query list vmselect (#575) 2020-07-08 19:04:29 +03:00