interface PerformanceMetricEvent

Event for performance metrics

Properties

metric: string

Metric name

value: number

Metric value

unit: string

Unit of measurement

optional
dimensions: Record<string, string>

Optional dimensions for grouping

Usage

import { type PerformanceMetricEvent } from ".";