We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363b8b6 commit fd52ba9Copy full SHA for fd52ba9
etl/src/replication/apply.rs
@@ -680,6 +680,7 @@ where
680
WORKER_TYPE_LABEL => "apply",
681
ACTION_LABEL => "table_streaming",
682
PIPELINE_ID_LABEL => pipeline_id.to_string(),
683
+ DESTINATION_LABEL => D::name(),
684
)
685
.increment(1);
686
}
etl/src/replication/table_sync.rs
@@ -240,6 +240,7 @@ where
240
WORKER_TYPE_LABEL => "table_sync",
241
ACTION_LABEL => "table_copy",
242
243
244
245
.increment(table_rows_copied_batch as u64);
246
0 commit comments