Skip to content

Commit 4706c20

Browse files
committed
Tweak units of built-in monitor
1 parent 41952c5 commit 4706c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/io/xh/hoist/monitor/provided/DefaultMonitorDefinitionService.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class DefaultMonitorDefinitionService extends BaseService {
160160
code: 'xhClientErrorsMonitor',
161161
name: 'Client Errors (Last 30m)',
162162
metricType: 'Ceil',
163-
metricUnit: 's',
163+
metricUnit: 'errors',
164164
warnThreshold: 1,
165165
failThreshold: 10,
166166
active: true,

0 commit comments

Comments
 (0)