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

Does the OpenTelemetry Feature clash with Microsoft.ApplicationInsights at all? #6514

Open
bh3605 opened this issue Aug 16, 2022 · 2 comments

Comments

@bh3605
Copy link

bh3605 commented Aug 16, 2022

Microsoft's application insights package recently added an update to support full message tracing. microsoft/ApplicationInsights-dotnet#2593

Our company's current state is we are using the incoming/outgoing message tracing feature from one of your samples.

In regards to the OpenTelemetry feature, do these two play nicely with each other? AI now shows full message tracing. Does the OpenTelemetry feature also show full message tracing? If yes, should I write a filter to block all service bus telemetry emitted from Microsoft's Application Insights package?

@ramonsmits
Copy link
Member

@bh3605 It depends on what you mean with clash. NServiceBus CAN create/emit activities if OpenTelemetry is configured to generate them for the NServiceBus namespace via .AddSource("NServiceBus.*").

Some users might not want both NServiceBus + ApplicationInsights Azure Service Bus activities as that could result in a lot of trace data.

@bh3605
Copy link
Author

bh3605 commented Aug 17, 2022

By clash I meant duplicate traces whose information overlaps. Clash is the wrong word here. Overlap is what I'm really asking about.

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

No branches or pull requests

2 participants