Skip to main content

ITelemetryPerformanceEventExt Interface

Performance telemetry event.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/telemetry-utils/legacy.

For more information about our API support guarantees, see here.

Signature

export interface ITelemetryPerformanceEventExt extends ITelemetryGenericEventExt

Extends: ITelemetryGenericEventExt

Remarks

Maps to category = "performance"

Properties

PropertyAlertsModifiersTypeDescription
durationBetaoptionalnumberDuration of event (optional)

Property Details

duration

Duration of event (optional)

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

duration?: number;

Type: number