mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 22:12:08 +08:00
Adds Table in backend datasource contract.
This commit is contained in:
@ -111,7 +111,7 @@ func (p *DataSourcePlugin) spawnSubProcess() error {
|
||||
plugin := raw.(shared.TsdbPlugin)
|
||||
|
||||
tsdb.RegisterTsdbQueryEndpoint(p.Id, func(dsInfo *models.DataSource) (tsdb.TsdbQueryEndpoint, error) {
|
||||
return &shared.DatasourcePluginWrapper{TsdbPlugin: plugin}, nil
|
||||
return shared.NewDatasourcePluginWrapper(p.log, plugin), nil
|
||||
})
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user