Distributed traces between the hangfire client and the hangfire server #2322
Labels
comp:instrumentation.hangfire
Things related to OpenTelemetry.Instrumentation.Hangfire
enhancement
New feature or request
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
The text was updated successfully, but these errors were encountered: