Home
last modified time | relevance | path

Searched defs:getMetricSources (Results 1 – 2 of 2) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/public/app/features/plugins/
H A Ddatasource_srv.ts318 getMetricSources(options?: { skipVariables?: boolean }): DataSourceSelectItem[] { method in DatasourceSrv
/dports/www/grafana8/grafana-8.3.6/public/app/features/variables/state/
H A Dactions.test.ts72 const getMetricSources = jest.fn().mockReturnValue([]); constant