Skip to content

Commit e07c9df

Browse files
authored
Merge pull request #22 from oslabs-beta/LucieSeidler-patch-1
Update healthHelpers.js
2 parents 7c02d7f + 712272c commit e07c9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chronos_npm_package/controllers/healthHelpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ healthHelpers.collectHealthData = () => {
200200
healthDataCollection.push({
201201
metric: 'latency',
202202
value: data,
203-
category: 'Memory',
203+
category: 'Latency',
204204
time,
205205
});
206206
})

0 commit comments

Comments
 (0)