MSSQL Data Source

This commit is contained in:
linux chips
2017-12-02 14:40:12 +03:00
parent cc00327fbe
commit c75f9a1923
63 changed files with 73141 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ const (
DS_PROMETHEUS = "prometheus"
DS_POSTGRES = "postgres"
DS_MYSQL = "mysql"
DS_MSSQL = "mssql"
DS_ACCESS_DIRECT = "direct"
DS_ACCESS_PROXY = "proxy"
)
@@ -68,6 +69,7 @@ var knownDatasourcePlugins map[string]bool = map[string]bool{
DS_OPENTSDB: true,
DS_POSTGRES: true,
DS_MYSQL: true,
DS_MSSQL: true,
"opennms": true,
"druid": true,
"dalmatinerdb": true,