userver-framework / userver

Production-ready C++ Asynchronous Framework with rich functionality
https://userver.tech
Apache License 2.0
2.31k stars 268 forks source link

Pass open telemetry parent span-id through AMQP headers along with trace-id #603

Closed TertiumOrganum1 closed 1 month ago

TertiumOrganum1 commented 1 month ago

It would be great to pass not only otel trace-id, but the parent span-id as well.

TertiumOrganum1 commented 1 month ago

@itrofimow please check: https://github.com/userver-framework/userver/pull/605

apolukhin commented 1 month ago

Many thanks for the feature request and for the PR!