Skip to main content

ITelemetryGenericEventExt Interface

Informational (non-error) telemetry event

This API is deprecated and will be removed in a future release.

This type is being removed without a replacement.

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

PropertyAlertsModifiersDefault ValueTypeDescription
categoryBetaoptional"generic"TelemetryEventCategoryOptional event category.
eventNameBetastring

Property Details

category

Optional event category.

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

category?: TelemetryEventCategory;

Type: TelemetryEventCategory

eventName

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

eventName: string;

Type: string

See Also

Issue #26910 for details.