File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class GroupCategory(Enum):
18
18
ERROR = 1
19
19
PERFORMANCE = 2
20
20
PROFILE = 3 # deprecated, merging with PERFORMANCE
21
- MONITOR = 4
21
+ CRON = 4
22
22
REPLAY = 5
23
23
24
24
@@ -350,7 +350,7 @@ class MonitorCheckInFailure(GroupType):
350
350
type_id = 4001
351
351
slug = "monitor_check_in_failure"
352
352
description = "Monitor Check In Failed"
353
- category = GroupCategory .MONITOR .value
353
+ category = GroupCategory .CRON .value
354
354
released = True
355
355
356
356
@@ -359,7 +359,7 @@ class MonitorCheckInTimeout(GroupType):
359
359
type_id = 4002
360
360
slug = "monitor_check_in_timeout"
361
361
description = "Monitor Check In Timeout"
362
- category = GroupCategory .MONITOR .value
362
+ category = GroupCategory .CRON .value
363
363
released = True
364
364
365
365
@@ -368,7 +368,7 @@ class MonitorCheckInMissed(GroupType):
368
368
type_id = 4003
369
369
slug = "monitor_check_in_missed"
370
370
description = "Monitor Check In Missed"
371
- category = GroupCategory .MONITOR .value
371
+ category = GroupCategory .CRON .value
372
372
released = True
373
373
374
374
You can’t perform that action at this time.
0 commit comments