Skip to content

Commit 66e7a0b

Browse files
committed
provider/librato: Use metric name created by agent
This allows the acceptance tests for librato to pass.
1 parent 8f07a2d commit 66e7a0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builtin/providers/librato/resource_librato_space_chart_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ resource "librato_space_chart" "foobar" {
203203
204204
# Minimal metric stream
205205
stream {
206-
metric = "cpu"
206+
metric = "librato.cpu.percent.idle"
207207
source = "*"
208208
}
209209
@@ -214,7 +214,7 @@ resource "librato_space_chart" "foobar" {
214214
215215
# Full metric stream
216216
stream {
217-
metric = "cpu"
217+
metric = "librato.cpu.percent.idle"
218218
source = "*"
219219
group_function = "average"
220220
summary_function = "max"

0 commit comments

Comments
 (0)