Skip to main content

ITelemetryGenericEventExt Interface

Informational (non-error) 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 ITelemetryGenericEventExt extends ITelemetryPropertiesExt

Extends: ITelemetryPropertiesExt

Remarks

Maps to category = "generic"

Properties

Property Alerts Modifiers Default Value Type Description
category Alpha optional "generic" TelemetryEventCategory Optional event category.
eventName Alpha string

Property Details

category

Optional event category.

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

category?: TelemetryEventCategory;

Type: TelemetryEventCategory

eventName

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

eventName: string;

Type: string