mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
cloudwatch-logs: use not-deprecated version of type (#56239)
This commit is contained in:
@@ -30,10 +30,10 @@ import {
|
|||||||
ScopedVars,
|
ScopedVars,
|
||||||
} from '@grafana/data';
|
} from '@grafana/data';
|
||||||
import { BackendDataSourceResponse, config, FetchError, FetchResponse, toDataQueryResponse } from '@grafana/runtime';
|
import { BackendDataSourceResponse, config, FetchError, FetchResponse, toDataQueryResponse } from '@grafana/runtime';
|
||||||
import { RowContextOptions } from '@grafana/ui/src/components/Logs/LogRowContextProvider';
|
|
||||||
import { TimeSrv } from 'app/features/dashboard/services/TimeSrv';
|
import { TimeSrv } from 'app/features/dashboard/services/TimeSrv';
|
||||||
import { TemplateSrv } from 'app/features/templating/template_srv';
|
import { TemplateSrv } from 'app/features/templating/template_srv';
|
||||||
|
|
||||||
|
import { RowContextOptions } from '../../../../features/logs/components/LogRowContextProvider';
|
||||||
import {
|
import {
|
||||||
CloudWatchJsonData,
|
CloudWatchJsonData,
|
||||||
CloudWatchLogsQuery,
|
CloudWatchLogsQuery,
|
||||||
|
|||||||
Reference in New Issue
Block a user