We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f07a2d commit 66e7a0bCopy full SHA for 66e7a0b
1 file changed
builtin/providers/librato/resource_librato_space_chart_test.go
@@ -203,7 +203,7 @@ resource "librato_space_chart" "foobar" {
203
204
# Minimal metric stream
205
stream {
206
- metric = "cpu"
+ metric = "librato.cpu.percent.idle"
207
source = "*"
208
}
209
@@ -214,7 +214,7 @@ resource "librato_space_chart" "foobar" {
214
215
# Full metric stream
216
217
218
219
group_function = "average"
220
summary_function = "max"
0 commit comments