jenkinsci / opentelemetry-plugin

Monitor and observe Jenkins with OpenTelemetry.
https://plugins.jenkins.io/opentelemetry/
Apache License 2.0
100 stars 53 forks source link

Add trace context propagation in atomic steps #896

Closed cyrille-leclerc closed 4 months ago

cyrille-leclerc commented 4 months ago

Add trace context propagation in atomic steps so plugins like the junit-sql-storage plugin can instrument their code with spans that gets included in build traces.

Next we will do trace context propagation in block steps like withMaven

Testing done

Yes

Submitter checklist