Skip to content

Commit

Permalink
Fix Inventory MetricUnit from 'ms' to 'MILLI_SECOND'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtho11 committed Feb 24, 2015
1 parent 4e8e3b3 commit a46f717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/metrics/plugins/metrics/ts/addUrlPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module HawkularMetrics {
};
var metricResponseTime = [{
name: 'status.time',
unit: 'ms',
unit: 'MILLI_SECOND',
description: 'Response Time in ms.'
}];
var metricStatusCode = [{
Expand Down

0 comments on commit a46f717

Please sign in to comment.