Skip to content

Commit 08f1e7d

Browse files
committed
Merge branch 'cursor/text-content-review-9748' into 'main'
Fix typo in Grafana dashboard legend See merge request postgres-ai/postgres_ai!116
2 parents d8c905f + b845381 commit 08f1e7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/grafana/dashboards/Dashboard_5_Backup_stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"editorMode": "code",
265265
"expr": "irate(pgwatch_archive_lag_archived_count[$__rate_interval])/(irate(pgwatch_archive_lag_archived_count[$__rate_interval])+irate(pgwatch_archive_lag_failed_count[$__rate_interval]))",
266266
"interval": "60",
267-
"legendFormat": "Percentage of succesful operations",
267+
"legendFormat": "Percentage of successful operations",
268268
"range": true,
269269
"refId": "A"
270270
}

0 commit comments

Comments
 (0)