We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a582794 commit 9076614Copy full SHA for 9076614
1 file changed
x-pack/plugins/uptime/server/lib/requests/get_monitor_duration.ts
@@ -7,7 +7,10 @@
7
import { UMElasticsearchQueryFn } from '../adapters';
8
import { INDEX_NAMES } from '../../../../../legacy/plugins/uptime/common/constants';
9
import { getHistogramIntervalFormatted } from '../helper';
10
-import { LocationDurationLine, MonitorChart } from '../../../common/types';
+import {
11
+ LocationDurationLine,
12
+ MonitorChart,
13
+} from '../../../../../legacy/plugins/uptime/common/types';
14
15
export interface GetMonitorChartsParams {
16
/** @member monitorId ID value for the selected monitor */
0 commit comments