Skip to content

Commit a56c108

Browse files
authored
Merge pull request #22 from oslabs-beta/LucieSeidler-patch-1
Update healthHelpers.js
2 parents f92e5fa + dd109b1 commit a56c108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chronos_npm_package/controllers/healthHelpers.js

+1-1
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)