OpenTelmetry and Masstransit #3637
-
|
Am I right that after MassTransit v8 we no longer need to use OpenTelemetry.Instrumentation.MassTransit at all? Adding |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Correct. That's the only thing required to get MassTransit data in your application when using OTEL. You can see how it's configured in this sample. |
Beta Was this translation helpful? Give feedback.
-
|
Any chance we could have support to filter certain consumers/operations from the tracing? Or finer control over how traceId should be created? We've got a use case where it would be beneficial to start an entire new trace when calling |
Beta Was this translation helpful? Give feedback.
Correct. That's the only thing required to get MassTransit data in your application when using OTEL.
You can see how it's configured in this sample.