mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 18:12:26 +08:00
fix(influxdb): influxdb data source did not use right http abstraction for metric queries, fixes #2919
This commit is contained in:
@ -91,7 +91,6 @@ func (scanner *PluginScanner) loadPluginJson(path string) error {
|
||||
if !exists {
|
||||
return errors.New("Did not find type property in plugin.json")
|
||||
}
|
||||
|
||||
DataSources[datasourceType.(string)] = pluginJson
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user