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

Property Alerts Modifiers Type Description
duration Alpha optional number Duration of event (optional)

Property Details

duration

Duration of event (optional)

This API is provided as an alpha preview and may change without notice.

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

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

Signature

duration?: number;

Type: number