Skip to content

Commit a2b0a8d

Browse files
authored
fix: exhort rds grafana regex (#471)
Signed-off-by: Ruben Romero Montes <[email protected]>
1 parent 70802e1 commit a2b0a8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dashboards/grafana-dashboard-exhort.configmap.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3682,8 +3682,8 @@ data:
36823682
{
36833683
"allowCustomValue": false,
36843684
"current": {
3685-
"text": "exhort-rds-stage",
3686-
"value": "exhort-rds-stage"
3685+
"text": "exhort-rds",
3686+
"value": "exhort-rds"
36873687
},
36883688
"datasource": {
36893689
"type": "cloudwatch",
@@ -3703,7 +3703,7 @@ data:
37033703
"region": "$region"
37043704
},
37053705
"refresh": 1,
3706-
"regex": "exhort-rds-.*",
3706+
"regex": "exhort-rds.*",
37073707
"type": "query"
37083708
}
37093709
]

0 commit comments

Comments
 (0)