Skip to main content

Parsing delay

Description

This alert fires when Spider parsing gets too slow: when the delay between an update of TcpSession and its arrival in Parsing is longer than defined threshold.

The parsing delay metric is captured by the monitoring solution.
The probe is taking the maximum percentile 95 of the metric into account.

Default configuration

"parsingDelay": {
"active": true,
"threshold": "PT25S",
"delayWhenInactive": "PT5M",
"delayWhenActive": "PT1M"
}

Mail

Content

The mail contains the maximum delay for each parser.

Sample

{
"endpoint": "https://...",
"name": "parsingDelay",
"status": "ACTIVE",
"since": "2023-03-26T13:30:25.969Z",
"WebWrite": 25.675
}