Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ The PostgreSQL connector exposes observable metrics for its replication pipeline
| `replication_updates_total` | ObservableCounter | Total update operations received. |
| `replication_deletes_total` | ObservableCounter | Total delete operations received. |
| `replication_truncates_total` | ObservableCounter | Total truncate operations received. |
| `replication_bootstrap_rows_total` | ObservableGauge | Total rows fetched during initial bootstrap. |
| `replication_bootstrap_complete` | ObservableCounter | Bootstrap completion status. |
| `replication_bootstrap_rows_total` | ObservableCounter | Total rows fetched during initial bootstrap. |
| `replication_bootstrap_complete` | ObservableGauge | Bootstrap completion status. |
| `replication_decode_errors_total` | ObservableCounter | Total WAL decode errors. |
| `replication_schema_mismatch_errors_total` | ObservableCounter | Total schema mismatch errors during replication. |
| `replication_recv_errors_total` | ObservableCounter | Total receive errors during replication. |
Expand Down
Loading