Skip to content

tracer: prevent race when updating SpanURL

Administrator requested to merge k/tracer-race into main

Created by: keegancsmith

If someone adjusts the external URL or jaeger configuration, we will update the "SpanURL" function. Previously this caused a race condition. We add synchronisation around it.

Merge request reports

Loading