Skip to content

Commit 0547513

Browse files
authored
[cloudcost-exporter] Update dashboard with make build-dashboards (#747)
1 parent a214f9c commit 0547513

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

cloudcost-exporter-dashboards/grafana/cloudcost-exporter-operations-dashboard.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"x": 0,
4646
"y": 1
4747
},
48+
"repeatDirection": "h",
4849
"options": {
4950
"graphMode": "area",
5051
"colorMode": "value",
@@ -114,6 +115,7 @@
114115
"x": 12,
115116
"y": 1
116117
},
118+
"repeatDirection": "h",
117119
"options": {
118120
"legend": {
119121
"displayMode": "table",
@@ -196,6 +198,7 @@
196198
"x": 0,
197199
"y": 10
198200
},
201+
"repeatDirection": "h",
199202
"fieldConfig": {
200203
"defaults": {
201204
"unit": "reqps"
@@ -227,6 +230,7 @@
227230
"x": 12,
228231
"y": 10
229232
},
233+
"repeatDirection": "h",
230234
"fieldConfig": {
231235
"defaults": {
232236
"unit": "s"
@@ -271,6 +275,7 @@
271275
"x": 0,
272276
"y": 17
273277
},
278+
"repeatDirection": "h",
274279
"fieldConfig": {
275280
"defaults": {
276281
"unit": "reqps"
@@ -302,6 +307,7 @@
302307
"x": 12,
303308
"y": 17
304309
},
310+
"repeatDirection": "h",
305311
"fieldConfig": {
306312
"defaults": {
307313
"unit": "s"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/aws/aws-sdk-go-v2/service/sts v1.41.5
2222
github.com/google/go-cmp v0.7.0
2323
github.com/googleapis/gax-go/v2 v2.15.0
24-
github.com/grafana/grafana-foundation-sdk/go v0.0.0-20251008104447-4b342c01ab41
24+
github.com/grafana/grafana-foundation-sdk/go v0.0.0-20260129154346-aba721fdefde
2525
github.com/prometheus/client_golang v1.23.2
2626
github.com/prometheus/client_model v0.6.2
2727
github.com/prometheus/common v0.67.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ github.com/googleapis/enterprise-certificate-proxy v0.3.6 h1:GW/XbdyBFQ8Qe+YAmFU
137137
github.com/googleapis/enterprise-certificate-proxy v0.3.6/go.mod h1:MkHOF77EYAE7qfSuSS9PU6g4Nt4e11cnsDUowfwewLA=
138138
github.com/googleapis/gax-go/v2 v2.15.0 h1:SyjDc1mGgZU5LncH8gimWo9lW1DtIfPibOG81vgd/bo=
139139
github.com/googleapis/gax-go/v2 v2.15.0/go.mod h1:zVVkkxAQHa1RQpg9z2AUCMnKhi0Qld9rcmyfL1OZhoc=
140-
github.com/grafana/grafana-foundation-sdk/go v0.0.0-20251008104447-4b342c01ab41 h1:E6rjkhLvfCXXpP/seDA9fFzNWpV8JbbZ8UCE+mdDIqU=
141-
github.com/grafana/grafana-foundation-sdk/go v0.0.0-20251008104447-4b342c01ab41/go.mod h1:48EA8jF85SrReYflLa39Sk34b6NpxwJPBwjF3TJgRpE=
140+
github.com/grafana/grafana-foundation-sdk/go v0.0.0-20260129154346-aba721fdefde h1:nAXbdOSfcusrQ7V3CbPH+vaHJgBjZXhXh7hGmL7bzMU=
141+
github.com/grafana/grafana-foundation-sdk/go v0.0.0-20260129154346-aba721fdefde/go.mod h1:48EA8jF85SrReYflLa39Sk34b6NpxwJPBwjF3TJgRpE=
142142
github.com/keybase/go-keychain v0.0.1 h1:way+bWYa6lDppZoZcgMbYsvC7GxljxrskdNInRtuthU=
143143
github.com/keybase/go-keychain v0.0.1/go.mod h1:PdEILRW3i9D8JcdM+FmY6RwkHGnhHxXwkPPMeUgOK1k=
144144
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=

0 commit comments

Comments
 (0)