-
Notifications
You must be signed in to change notification settings - Fork 3
/
exceptiontype-anomalies.json
26 lines (26 loc) · 1.07 KB
/
exceptiontype-anomalies.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "Dotnet Runtime Exception Type Anomalies for {{exception_type.name}}",
"type": "query alert",
"query": "sum(last_4h):anomalies(sum:runtime.dotnet.exceptions.count{service:*} by {exception_type,service,subscription_id}.as_count(), 'agile', 2, direction='both', interval=60, alert_window='last_15m', seasonality='hourly', count_default_zero='true', timezone='utc') >= 1",
"message": "There is an anomaly in the number of exceptions of type {{exception_type.name}} on {{service.name}}.\n\nSee [dashboard](https://app.datadoghq.com/dash/integration/30412/net-runtime-metrics?tpl_var_service%5B0%5D={{service.name}}&live=true).",
"tags": [],
"options": {
"thresholds": {
"critical": 1,
"critical_recovery": 0
},
"notify_audit": false,
"require_full_window": false,
"notify_no_data": false,
"renotify_interval": 0,
"threshold_windows": {
"trigger_window": "last_15m",
"recovery_window": "last_15m"
},
"include_tags": true,
"new_group_delay": 60,
"silenced": {}
},
"priority": null,
"restricted_roles": null
}