Skip to content

Commit

Permalink
[status] collection_time -> collection_interval
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Feb 15, 2017
1 parent d4110a2 commit a27d0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_plugins/status_page/public/status_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const chrome = require('ui/chrome')
type: 'ms'
}, {
name: 'Requests Per Second',
value: _.get(metrics, 'requests.total') * 1000 / _.get(metrics, 'collection_time_in_millis')
value: _.get(metrics, 'requests.total') * 1000 / _.get(metrics, 'collection_interval_in_millis')
}];
}

Expand Down

0 comments on commit a27d0bc

Please sign in to comment.