mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
remove unnecessary import aliases (#144250)
* remove unnecessary import aliases * update doc link to PerformanceMetricEvent
This commit is contained in:
parent
df1a662e35
commit
399a1189a9
2 changed files with 3 additions and 6 deletions
|
@ -28,7 +28,7 @@ export function registerPerformanceMetricEventType(
|
|||
/**
|
||||
* Report a `performance_metric` event type.
|
||||
* @param analytics The {@link AnalyticsClient} to report the events.
|
||||
* @param eventData The data to send, conforming the structure of a {@link MetricEvent}.
|
||||
* @param eventData The data to send, conforming the structure of a {@link PerformanceMetricEvent}.
|
||||
*/
|
||||
export function reportPerformanceMetricEvent(
|
||||
analytics: Pick<AnalyticsClient, 'reportEvent'>,
|
||||
|
|
|
@ -5,8 +5,5 @@
|
|||
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
||||
* Side Public License, v 1.
|
||||
*/
|
||||
export type { PerformanceMetricEvent as MetricEvent } from './schema';
|
||||
export {
|
||||
registerPerformanceMetricEventType as registerPerformanceMetricEventType,
|
||||
reportPerformanceMetricEvent,
|
||||
} from './helpers';
|
||||
export type { PerformanceMetricEvent } from './schema';
|
||||
export { registerPerformanceMetricEventType, reportPerformanceMetricEvent } from './helpers';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue