Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
Merge ca264cf into c0721c5
Browse files Browse the repository at this point in the history
  • Loading branch information
dblooman committed Feb 27, 2015
2 parents c0721c5 + ca264cf commit 3dc6d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cloudwatchtographite/metricdefinition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def graphite_path(stat)
self.Namespace,
self.MetricName,
stat,
@Dimensions.join('.')
@Dimensions[0].Value
]
path.gsub('/', '.').downcase
end
Expand Down

0 comments on commit 3dc6d77

Please sign in to comment.