Skip to content

Commit

Permalink
Tweak units of built-in monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwexler committed Oct 23, 2024
1 parent 41952c5 commit 4706c20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class DefaultMonitorDefinitionService extends BaseService {
code: 'xhClientErrorsMonitor',
name: 'Client Errors (Last 30m)',
metricType: 'Ceil',
metricUnit: 's',
metricUnit: 'errors',
warnThreshold: 1,
failThreshold: 10,
active: true,
Expand Down

0 comments on commit 4706c20

Please sign in to comment.