mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 21:52:43 +08:00
add new flag in order to be able to indicate whether the datasource has native support for tables
This commit is contained in:
@ -24,6 +24,7 @@ type DataSourcePlugin struct {
|
||||
Metrics bool `json:"metrics"`
|
||||
Alerting bool `json:"alerting"`
|
||||
Explore bool `json:"explore"`
|
||||
Table bool `json:"tables"`
|
||||
Logs bool `json:"logs"`
|
||||
QueryOptions map[string]bool `json:"queryOptions,omitempty"`
|
||||
BuiltIn bool `json:"builtIn,omitempty"`
|
||||
|
Reference in New Issue
Block a user