provider/librato: Use metric name created by agent

This allows the acceptance tests for librato to pass.
pull/6424/head
James Nugent 10 years ago
parent 8f07a2d6d5
commit 66e7a0bfbb

@ -203,7 +203,7 @@ resource "librato_space_chart" "foobar" {
# Minimal metric stream
stream {
metric = "cpu"
metric = "librato.cpu.percent.idle"
source = "*"
}
@ -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"

Loading…
Cancel
Save