Skip to content

Commit a59c515

Browse files
authored
fix(tiering): missing comma in dashboard json (#6150)
fix: missing comma in dashboard json, prevents importing to grafana
1 parent 471efcb commit a59c515

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/local/monitoring/grafana/provisioning/dashboards/dragonfly.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2265,7 +2265,8 @@
22652265
],
22662266
"title": "Master Replication memory",
22672267
"type": "timeseries"
2268-
} {
2268+
},
2269+
{
22692270
"datasource": {
22702271
"type": "prometheus",
22712272
"uid": "PBFA97CFB590B2093"

0 commit comments

Comments
 (0)