mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ExploratoryView] Clean up unused code (#156004)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
b7635dfbf9
commit
f247d70936
175 changed files with 319 additions and 5550 deletions
|
@ -14,7 +14,7 @@ import {
|
|||
EuiSpacer,
|
||||
EuiTitle,
|
||||
} from '@elastic/eui';
|
||||
import { getCoreVitalsComponent } from '@kbn/exploratory-view-plugin/public';
|
||||
import { getCoreVitalsComponent } from '@kbn/observability-plugin/public';
|
||||
import { I18LABELS } from '../translations';
|
||||
import { KeyUXMetrics } from './key_ux_metrics';
|
||||
import { useUxQuery } from '../hooks/use_ux_query';
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
import React from 'react';
|
||||
import { EuiFlexItem, EuiStat, EuiFlexGroup, EuiIconTip } from '@elastic/eui';
|
||||
import numeral from '@elastic/numeral';
|
||||
import { UXMetrics } from '@kbn/observability-plugin/public';
|
||||
import type { UXMetrics } from '@kbn/observability-shared-plugin/public';
|
||||
import { useLongTaskMetricsQuery } from '../../../../hooks/use_long_task_metrics_query';
|
||||
import {
|
||||
DATA_UNDEFINED_LABEL,
|
||||
|
|
|
@ -16,8 +16,8 @@ import {
|
|||
HasDataParams,
|
||||
UxFetchDataResponse,
|
||||
UXHasDataResponse,
|
||||
UXMetrics,
|
||||
} from '@kbn/observability-plugin/public';
|
||||
import type { UXMetrics } from '@kbn/observability-shared-plugin/public';
|
||||
import {
|
||||
coreWebVitalsQuery,
|
||||
transformCoreWebVitalsResponse,
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
import type { ESSearchResponse } from '@kbn/es-types';
|
||||
import { UXMetrics } from '@kbn/observability-plugin/public';
|
||||
import { UXMetrics } from '@kbn/observability-shared-plugin/public';
|
||||
import {
|
||||
TBT_FIELD,
|
||||
FCP_FIELD,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue