Skip to content

Commit

Permalink
Add a '.' between ResourceId and 'status'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtho11 committed Feb 26, 2015
1 parent 5fe1b3f commit a6d8357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/metrics/plugins/metrics/ts/addUrlPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ module HawkularMetrics {
// we now have a resourceId from this call
this.$log.info("New Resource ID: " + newResource.id);
var metrics = [{
name: newResource.id + 'status.duration',
name: newResource.id + '.status.duration',
unit: 'MILLI_SECOND',
description: 'Response Time in ms.'
}, {
name: newResource.id + 'status.code',
name: newResource.id + '.status.code',
unit: 'NONE',
description: 'Status Code'
}];
Expand Down

0 comments on commit a6d8357

Please sign in to comment.