mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DataSourceWithSupplementaryQueriesSupport: remove @internal (#96901)
* DataSourceWithSupplementaryQueriesSupport: no longer internal * Loki: update comments
This commit is contained in:
parent
977184b878
commit
03b323cb61
@ -235,7 +235,6 @@ export type LogsVolumeCustomMetaData = {
|
||||
* Data sources that support supplementary queries in Explore.
|
||||
* This will enable users to see additional data when running original queries.
|
||||
* Supported supplementary queries are defined in SupplementaryQueryType enum.
|
||||
* @internal
|
||||
*/
|
||||
export interface DataSourceWithSupplementaryQueriesSupport<TQuery extends DataQuery> {
|
||||
/**
|
||||
|
@ -254,7 +254,7 @@ export class LokiDatasource
|
||||
|
||||
/**
|
||||
* Private method used in the `getDataProvider` for DataSourceWithSupplementaryQueriesSupport, specifically for Logs volume queries.
|
||||
* @returns An Observable of DataQueryResponse or undefined if no suitable queries are found.
|
||||
* @returns A DataQueryRequest or undefined if no suitable queries are found.
|
||||
*/
|
||||
private getLogsVolumeDataProvider(
|
||||
request: DataQueryRequest<LokiQuery>,
|
||||
@ -274,7 +274,7 @@ export class LokiDatasource
|
||||
|
||||
/**
|
||||
* Private method used in the `getDataProvider` for DataSourceWithSupplementaryQueriesSupport, specifically for Logs sample queries.
|
||||
* @returns An Observable of DataQueryResponse or undefined if no suitable queries are found.
|
||||
* @returns A DataQueryRequest or undefined if no suitable queries are found.
|
||||
*/
|
||||
private getLogsSampleDataProvider(
|
||||
request: DataQueryRequest<LokiQuery>,
|
||||
|
Loading…
Reference in New Issue
Block a user