Skip to content

Commit ff7df3a

Browse files
author
dranderson
committed
renamed
1 parent ed8fd33 commit ff7df3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/newrelic.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ resource "newrelic_dashboard" "spindash" {
8989
}
9090

9191
widget {
92-
title = "Throughput (faceted)"
92+
title = "Throughput (by host)"
9393
row = 4
9494
column = 1
9595
height = 1
@@ -99,7 +99,7 @@ resource "newrelic_dashboard" "spindash" {
9999
}
100100

101101
widget {
102-
title = "Throughput"
102+
title = "Throughput (total)"
103103
row = 4
104104
column = 1
105105
height = 1

0 commit comments

Comments
 (0)