mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Usage Stats: Update known datasource plugins (#17787)
This commit is contained in:
parent
3af7eeb331
commit
0a3f977ea2
@ -24,6 +24,7 @@ const (
|
|||||||
DS_ACCESS_PROXY = "proxy"
|
DS_ACCESS_PROXY = "proxy"
|
||||||
DS_STACKDRIVER = "stackdriver"
|
DS_STACKDRIVER = "stackdriver"
|
||||||
DS_AZURE_MONITOR = "grafana-azure-monitor-datasource"
|
DS_AZURE_MONITOR = "grafana-azure-monitor-datasource"
|
||||||
|
DS_LOKI = "loki"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
@ -95,6 +96,7 @@ var knownDatasourcePlugins = map[string]bool{
|
|||||||
DS_MSSQL: true,
|
DS_MSSQL: true,
|
||||||
DS_STACKDRIVER: true,
|
DS_STACKDRIVER: true,
|
||||||
DS_AZURE_MONITOR: true,
|
DS_AZURE_MONITOR: true,
|
||||||
|
DS_LOKI: true,
|
||||||
"opennms": true,
|
"opennms": true,
|
||||||
"abhisant-druid-datasource": true,
|
"abhisant-druid-datasource": true,
|
||||||
"dalmatinerdb-datasource": true,
|
"dalmatinerdb-datasource": true,
|
||||||
@ -113,6 +115,9 @@ var knownDatasourcePlugins = map[string]bool{
|
|||||||
"monasca-datasource": true,
|
"monasca-datasource": true,
|
||||||
"vertamedia-clickhouse-datasource": true,
|
"vertamedia-clickhouse-datasource": true,
|
||||||
"alexanderzobnin-zabbix-datasource": true,
|
"alexanderzobnin-zabbix-datasource": true,
|
||||||
|
"grafana-influxdb-flux-datasource": true,
|
||||||
|
"doitintl-bigquery-datasource": true,
|
||||||
|
"grafana-azure-data-explorer-datasource": true,
|
||||||
}
|
}
|
||||||
|
|
||||||
func IsKnownDataSourcePlugin(dsType string) bool {
|
func IsKnownDataSourcePlugin(dsType string) bool {
|
||||||
|
Loading…
Reference in New Issue
Block a user