Skip to content

Add correlation ID to Praefect replication jobs

This change adds a correlation ID to replication jobs. The correlation ID comes from the original non-accessor (i.e. mutator/destructor) RPC that triggered the replication job.

Additionally, it ensures that all RPC's related to a replication job provide the correlation ID in the context metadata.

This will improve observability by allowing correlation between a repo modification and the corresponding replication job.

Closes #2461 (closed)

Edited by GitLab Release Tools Bot

Merge request reports