Commit 31417b79 by Erik Sundell Committed by Daniel Lee

Stackdriver: Exposing stackdriver backend api

parent 23339e43
...@@ -22,6 +22,7 @@ const ( ...@@ -22,6 +22,7 @@ const (
DS_MSSQL = "mssql" DS_MSSQL = "mssql"
DS_ACCESS_DIRECT = "direct" DS_ACCESS_DIRECT = "direct"
DS_ACCESS_PROXY = "proxy" DS_ACCESS_PROXY = "proxy"
DS_STACKDRIVER = "stackdriver"
) )
var ( var (
...@@ -70,6 +71,7 @@ var knownDatasourcePlugins = map[string]bool{ ...@@ -70,6 +71,7 @@ var knownDatasourcePlugins = map[string]bool{
DS_POSTGRES: true, DS_POSTGRES: true,
DS_MYSQL: true, DS_MYSQL: true,
DS_MSSQL: true, DS_MSSQL: true,
DS_STACKDRIVER: true,
"opennms": true, "opennms": true,
"abhisant-druid-datasource": true, "abhisant-druid-datasource": true,
"dalmatinerdb-datasource": true, "dalmatinerdb-datasource": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment