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

Distributed traces between the hangfire client and the hangfire server #2322

Open
vincent-duret opened this issue Nov 14, 2024 · 1 comment
Labels
comp:instrumentation.hangfire Things related to OpenTelemetry.Instrumentation.Hangfire enhancement New feature or request

Comments

@vincent-duret
Copy link

Component

OpenTelemetry.Instrumentation.Hangfire

Is your feature request related to a problem?

I have a web app that enqueues a backgroung job that is executed by an hangfire server app running on a different machine.
I have added and setup the hangfire instrumentation package in the hangfire server app.
In my opentelemetry app (using Seq), I am expecting to have a correlation between the trace from the web app that enqueues the job and the traces in the hangfire server apps for the corresponding job.

What is the expected behavior?

In my opentelemetry app (using Seq), I am expecting to have a correlation between the trace from the web app that enqueues the job and the traces in the hangfire server apps for the corresponding job.

@fred2u Is it possible to achieve this behavior?

Which alternative solutions or features have you considered?

n/a

Additional context

No response

@vincent-duret vincent-duret added the enhancement New feature or request label Nov 14, 2024
@github-actions github-actions bot added the comp:instrumentation.hangfire Things related to OpenTelemetry.Instrumentation.Hangfire label Nov 14, 2024
Copy link
Contributor

Tagging component owner(s).

@fred2u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:instrumentation.hangfire Things related to OpenTelemetry.Instrumentation.Hangfire enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant