Skip to content

Commit

Permalink
provider/librato: Use metric name created by agent
Browse files Browse the repository at this point in the history
This allows the acceptance tests for librato to pass.
  • Loading branch information
jen20 committed Apr 29, 2016
1 parent 92c1ca0 commit 8de555e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource_librato_space_chart_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ resource "librato_space_chart" "foobar" {
# Minimal metric stream
stream {
metric = "cpu"
metric = "librato.cpu.percent.idle"
source = "*"
}
Expand All @@ -214,7 +214,7 @@ resource "librato_space_chart" "foobar" {
# Full metric stream
stream {
metric = "cpu"
metric = "librato.cpu.percent.idle"
source = "*"
group_function = "average"
summary_function = "max"
Expand Down

0 comments on commit 8de555e

Please sign in to comment.