azuremonitor: move files into grafana

Initial port of the code from the plugin - lots of small things to fix.
This commit is contained in:
Daniel Lee
2019-01-17 10:55:03 +01:00
parent 5681370680
commit dd96f2a522
56 changed files with 7287 additions and 0 deletions
+2
View File
@@ -23,6 +23,7 @@ const (
DS_ACCESS_DIRECT = "direct"
DS_ACCESS_PROXY = "proxy"
DS_STACKDRIVER = "stackdriver"
DS_AZURE_MONITOR = "azure-monitor"
)
var (
@@ -73,6 +74,7 @@ var knownDatasourcePlugins = map[string]bool{
DS_MYSQL: true,
DS_MSSQL: true,
DS_STACKDRIVER: true,
DS_AZURE_MONITOR: true,
"opennms": true,
"abhisant-druid-datasource": true,
"dalmatinerdb-datasource": true,