| Class | Description |
|---|---|
| PageViewTelemetryFilter |
The class can filter out PageViewTelemetries that
have a duration which is less than a predefined value
have URLs that has parts that are not needed, i.e.
|
| RequestTelemetryFilter |
The class can filter out RequestTelemetries that
have a duration which is less than a predefined value
have http codes that are not needed based on configuration
Illegal value will prevent from the filter from being used.
|
| SyntheticSourceFilter |
The class will filter out telemetries that come from 'unneeded' configured list of source names
Illegal value will prevent from the filter from being used.
|
| TelemetryEventFilter |
The class will filter out Event Telemetries with unneeded values
Illegal value will prevent from the filter from being used.
|
| TraceTelemetryFilter |
The class can filter out TraceTelemetries ('LOG' telemetries) that have 'lower' severity level than needed
The possible values are:
OFF - Filter out ALL traces
TRACE - No filtering.
|