azuremonitor: builds a query and sends it to Azure on the backend

Lots of edge cases not covered and the response is not parsed. It only
handles one service and will have to be refactored to handle multiple
This commit is contained in:
Daniel Lee
2019-02-08 17:20:31 +01:00
parent e4446f0340
commit 0e228d582d
5 changed files with 386 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ import (
_ "github.com/grafana/grafana/pkg/services/alerting/conditions"
_ "github.com/grafana/grafana/pkg/services/alerting/notifiers"
"github.com/grafana/grafana/pkg/setting"
_ "github.com/grafana/grafana/pkg/tsdb/azuremonitor"
_ "github.com/grafana/grafana/pkg/tsdb/cloudwatch"
_ "github.com/grafana/grafana/pkg/tsdb/elasticsearch"
_ "github.com/grafana/grafana/pkg/tsdb/graphite"