Skip to content

Fix prometheus client pid reuse bug

Paweł Chojnacki requested to merge pawel/prometheus_client_pid_reuse_error into master

Updates prometheus client, to version that correctly handles PID being changed when new worker is forked.

Additionally, new functionality has been introduced to allow safer pid switching, where every PID dependant object is reinitialized.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Related #35588 (closed)

Edited by Paweł Chojnacki

Merge request reports