getDataSourceSrv() function

getDataSourceSrv() function

Used to retrieve the DataSourceSrv that is the entry point for communicating with a datasource that is added as a plugin (both external and internal).

Signature

  1. export declare function getDataSourceSrv(): DataSourceSrv;

Import

  1. import { getDataSourceSrv } from '@grafana/runtime';

Returns:

DataSourceSrv