Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Symfony Messenger Integration #2481

Open
BeyerJC opened this issue Jan 19, 2024 · 1 comment
Open

[Feature] Symfony Messenger Integration #2481

BeyerJC opened this issue Jan 19, 2024 · 1 comment

Comments

@BeyerJC
Copy link

BeyerJC commented Jan 19, 2024

Describe the feature you'd like

We already have an integration for symfony but it lacks the tracing for the Symfony messenger component.

I imagine it to be like the LaravelQueueIntegration and see when a worker picked up a message and all traces that happend while processing (e.g. guzzle integration may add some calls).

Is your feature request related to a problem?

No

Describe alternatives you've considered

Keep using my own solution.

Additional context

No response

@PROFeNoM
Copy link
Contributor

Hello @BeyerJC 👋,

Thank you for submitting your feature request. While we have yet to estimate a time for implementing this library's instrumentation, we agree that it would be a valuable addition.

I noticed that Symfony auto-instrumentation is already available through OTel, which records spans for Symfony Messenger (open-telemetry/opentelemetry-php-contrib#215). In the meantime, you can use the OTel instrumentation with dd-trace-php support to obtain spans from this library.

Additionally, we encourage external contributions and would be happy to assist anyone with implementing this feature 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants