Commit Graph

68 Commits (2596ce50768c2a1c0ee16cbab59f4006bcba81c8)

Author SHA1 Message Date
Daniel Lee d1e249a803 stackdriver: fix for float64 bounds for distribution metrics 6 years ago
Robert Edström 9b6746d808 Change primaryAggregation to crossSeriesReducer in Stackdriver 6 years ago
Erik Sundell c5af0bf1c5 Resource type filter (#13784) 7 years ago
Mario Trangoni 91447dcbf9 pkg/tsdb/stackdriver/stackdriver.go: Fix regular expression does not contain any meta characters. 7 years ago
Erik Sundell 6abbf5b3b8 stackdriver: refactoring request builder 7 years ago
Erik Sundell 1a329e4e47 stackdriver: remove test datasource query. use ensuredefaultproject instead 7 years ago
Erik Sundell b02a8127ff stackdriver: remove debug comments 7 years ago
Erik Sundell b2c6c743ce stackdriver: add debug logging 7 years ago
Erik Sundell 3999578300 stackdriver: fix broken braces 7 years ago
Erik Sundell 3935f9d24c stackdriver: use constant instead of variable 7 years ago
Erik Sundell 4a51d05477 stackdriver: add variable for gce authentication type 7 years ago
Erik Sundell b9cb4649bb stackdriver: get default project from backend. also ensure default project could be retrieved when authentication type is gce 7 years ago
Erik Sundell dd9e9ed419 stackdriver: make backend query a pure test datasource function 7 years ago
Erik Sundell ff5f281508 stackdriver: wip - get metric descriptors in the backend 7 years ago
Erik Sundell 60617d0bf7 stackdriver: wip - add logic for retrieving token from gce metadata server in the auth provider 7 years ago
Erik Sundell 102f531c1e stackdriver: break out project name resolving into its own function in the stackdriver.go file 7 years ago
Erik Sundell df215d9d09 stackdriver: WIP - test retrieving project id from gce metadata 7 years ago
Erik Sundell 8d53799bcd stackdriver: always use regex full match for =~ and !=~operator 7 years ago
Erik Sundell 5f7795aa1f stackdriver: test that no interpolation is done when there are no wildcards 7 years ago
Erik Sundell 2a0d7a8803 stackdriver: remove debug logging 7 years ago
Erik Sundell 035be6cbbe stackdriver: add more tests 7 years ago
Erik Sundell 68332c5951 stackdriver: fix broken substring. also adds tests 7 years ago
Erik Sundell 2e665fba0f stackdriver: remove not necessary helper functions 7 years ago
Erik Sundell 4d8f594d31 stackdriver: interpolate stackdriver filter wildcards when asterix is used in filter 7 years ago
Mitsuhiro Tanda 6770f2e940 stackdriver heatmap support 7 years ago
Daniel Lee bf2abc6940 stackdriver: set default view parameter to FULL 7 years ago
Daniel Lee 399e83f91b stackdriver: remove metric.category alias pattern 7 years ago
Erik Sundell 189f89a9e4 stackdriver: add support for bool values 7 years ago
Erik Sundell 220f479ff8 stackdriver: add support for int64 values 7 years ago
Daniel Lee 03b43ab769 stackdriver: wip annotation support 7 years ago
Erik Sundell c099074d2c stackdriver: remove debug logging 7 years ago
Erik Sundell 481b8653d9 stackdriver: update alignment period rules according to stackdriver 7 years ago
Daniel Lee 6358d3f314 stackdriver: set target to be raw query 7 years ago
Erik Sundell ed6d3bf6ed stackdriver: WIP - implement stackdriver style auto alignment period. also return the used alignment period and display it in the query editor 7 years ago
Erik Sundell af9033f3e0 stackdriver: distinct grafana auto from stackdriver auto in alignment period 7 years ago
Erik Sundell 13c68e6ed8 stackdriver: use correct name for variable 7 years ago
Erik Sundell 49cd31ab78 stackdriver: get value type and metric kind from metric descriptor instead of from latest metric result 7 years ago
Erik Sundell b700c6b0e4 stackdriver: populate alignment and aggregation dropdowns based on metric type and value type 7 years ago
Daniel Lee 4777689f29 stackdriver: skeleton for more query types on the backend 7 years ago
Daniel Lee 681cd7496e stackdriver: alias patterns WIP 7 years ago
Torkel Ödegaard 040095b5a8 fix: use same User-Agent header as in other places in grafana when making external requests 7 years ago
Daniel Lee 8d1f293676 stackdriver: use group by fields to create default alias 7 years ago
Daniel Lee 408d4bda95 stackdriver: add custom User-Agent header 7 years ago
Daniel Lee e05b86375b stackdriver: remove hardcoding of test project name 7 years ago
Erik Sundell edf38f040d stackdriver: making sure we dont pass too big alignmentPeriods to the stackdriver api 7 years ago
Erik Sundell 109f00f584 stackdriver: adds default value for alignment period 7 years ago
Erik Sundell 71b1f7f8fd stackdriver: use alignment period that is passed from frontend. if set to auto, use value provided from the panel. also added tests for alignment period 7 years ago
Erik Sundell 73dc7bddd0 stackdriver: use alignment that is passed from frontend in the query 7 years ago
Daniel Lee 669a1029ed stackdriver: type rename 7 years ago
Daniel Lee 8b72853d36 stackdriver: add support for filtering to backend 7 years ago