CategoryFilter Interface
A filter used to match against the category of a telemetry event
This API is provided as a beta preview and may change without notice.
To use, import via @fluidframework/app-insights-logger/beta
.
For more information about our API support guarantees, see here.
Signature
export interface CategoryFilter
Properties
Property | Alerts | Type | Description |
---|---|---|---|
categories | Beta |
TelemetryEventCategory[] | The categories of telemetry events that this filter applies to |
Property Details
categories
The categories of telemetry events that this filter applies to
This API is provided as a beta preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
categories: TelemetryEventCategory[];
Type: TelemetryEventCategory[]