grafana/pkg/tsdb
Erik Sundell 88051258e9
Azure Monitor: Add support for cross resource queries (#19115)
* Add new query mode picker with different states for each query. Also really simple migration script

* Populate cross resource dropdowns

* Cleanup. Handle change events

* Add multi select picker for subscriptions

* Fix markup issue

* Prepare for new query mode

* More cleanup

* Handle multiple queries both in ds and backend

* Refactoring

* Improve migration

* Add support for multiselect display name

* Use multiselect also for locations and resources

* Add more typings

* Fix migrations

* Custom multiselect built for array of options instead of variables

* Add url builder test

* fix datasource tests

* UI fixes

* Improve query editor init

* Fix brokens tests

* Cleanup

* Fix tslint issue

* Change query mode display name

* Make sure alerting works for single queries

* Friendly error for multi resources

* Add temporary typings
2019-09-17 11:35:40 +02:00
..
azuremonitor Azure Monitor: Add support for cross resource queries (#19115) 2019-09-17 11:35:40 +02:00
cloudwatch CloudWatch: Fix alerting for queries with Id (using GetMetricData) (#17899) 2019-08-05 17:28:09 +02:00
elasticsearch Build: use golangci-lint as a make command (#17739) 2019-07-02 16:06:59 +03:00
graphite move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
influxdb move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
mssql MSSQL: Fix memory leak when debug enabled (#19049) 2019-09-12 18:44:31 +02:00
mysql Refactor: Move sql_engine to sub package of tsdb (#18991) 2019-09-10 15:50:04 -04:00
opentsdb move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
postgres Refactor: Move sql_engine to sub package of tsdb (#18991) 2019-09-10 15:50:04 -04:00
prometheus Prometheus: Preallocate data for Prometheus backend response parsing (#17490) 2019-06-10 08:12:46 +02:00
sqleng Refactor: Move sql_engine to sub package of tsdb (#18991) 2019-09-10 15:50:04 -04:00
stackdriver Stackdriver: Add extra alignment period options (#18909) 2019-09-13 10:45:59 +02:00
testdata TestData: attach labels to series results (#18653) 2019-08-21 07:50:13 -07:00
fake_test.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
interval_test.go azuremonitor: fix auto interval calculation on backend 2019-02-11 13:27:08 +01:00
interval.go interval: make the FormatDuration function public 2019-02-11 11:25:51 +01:00
models.go Alerting: Improve alert rule testing (#16286) 2019-06-25 08:52:17 +02:00
query_endpoint.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
request.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
time_range_test.go build: fix integer overflow in pkg/tsdb tests on 32bit platforms (#16818) 2019-05-06 09:27:45 +02:00
time_range.go Outdent code after if block that ends with return (golint) 2018-04-27 23:10:43 +02:00
tsdb_test.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00