Add the datasource of RDBMS (PostgreSQL and MySQL)

This commit is contained in:
Nozomi Anzai
2016-06-13 18:24:18 +09:00
parent 22407fc897
commit 6586cc4029
3 changed files with 172 additions and 0 deletions
+2
View File
@@ -16,6 +16,7 @@ const (
DS_CLOUDWATCH = "cloudwatch"
DS_KAIROSDB = "kairosdb"
DS_PROMETHEUS = "prometheus"
DS_SQLDB = "sqldb"
DS_ACCESS_DIRECT = "direct"
DS_ACCESS_PROXY = "proxy"
)
@@ -59,6 +60,7 @@ var knownDatasourcePlugins map[string]bool = map[string]bool{
DS_CLOUDWATCH: true,
DS_PROMETHEUS: true,
DS_OPENTSDB: true,
DS_SQLDB: true,
"opennms": true,
"druid": true,
"dalmatinerdb": true,