Merge pull request #12596 from grafana/davkal/explore-datasource-selector

Explore Datasource selector
This commit is contained in:
David
2018-07-16 11:13:29 +02:00
committed by GitHub
7 changed files with 153 additions and 33 deletions
+1
View File
@@ -22,6 +22,7 @@ type DataSourcePlugin struct {
Annotations bool `json:"annotations"`
Metrics bool `json:"metrics"`
Alerting bool `json:"alerting"`
Explore bool `json:"explore"`
QueryOptions map[string]bool `json:"queryOptions,omitempty"`
BuiltIn bool `json:"builtIn,omitempty"`
Mixed bool `json:"mixed,omitempty"`