Skip to content

Commit

Permalink
fix typo bug
Browse files Browse the repository at this point in the history
  • Loading branch information
naxmefy committed Oct 5, 2016
1 parent a43244f commit 96dd6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/monitor/monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module.exports = class Monitor {
collectProcessMetrics() {
const processMemoryUsage = process.memoryUsage();

var metrics {
var metrics = {
mem_rss: processMemoryUsage.rss,
mem_heapTotal: processMemoryUsage.heapTotal,
mem_heapUsed: processMemoryUsage.heapUsed
Expand Down

0 comments on commit 96dd6c0

Please sign in to comment.