Skip to content

Commit e49d293

Browse files
cursoragentNikolayS
andcommitted
Fix typo in Grafana dashboard legend
Co-authored-by: nik <nik@postgres.ai>
1 parent d8c905f commit e49d293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)