File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
server/lib/observability_dashboard Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 66
77import { i18n } from '@kbn/i18n' ;
88import { sum } from 'lodash' ;
9- import {
10- ApmFetchDataResponse ,
11- FetchData ,
12- } from '../../../../observability/public/typings/data_handler' ;
9+ // eslint-disable-next-line @kbn/eslint/no-restricted-paths
10+ import { FetchData } from '../../../../observability/public/data_handler' ;
11+ import { ApmFetchDataResponse } from '../../../../observability/public/typings/fetch_data_response' ;
1312import { callApmApi } from './createCallApmApi' ;
1413
1514export const fetchData : FetchData < ApmFetchDataResponse > = async ( {
Original file line number Diff line number Diff line change 99 * you may not use this file except in compliance with the Elastic License.
1010 */
1111import { rangeFilter } from '../../../common/utils/range_filter' ;
12- import { Coordinates } from '../../../../observability/public/typings/data_handler ' ;
12+ import { Coordinates } from '../../../../observability/public/typings/fetch_data_response ' ;
1313import { PROCESSOR_EVENT } from '../../../common/elasticsearch_fieldnames' ;
1414import { Setup , SetupTimeRange } from '../helpers/setup_request' ;
1515import { ProcessorEvent } from '../../../common/processor_event' ;
You can’t perform that action at this time.
0 commit comments