Timothy Mothra
Timothy Mothra
Hi @Yashuaa , In OpenTelemetry, dependencies are collected by specific Instrumentation libraries. To filter or drop specific dependencies based, you'll need to configure that specific Instrumentation library. Your HTTP dependencies...
HI @sf4jm, please let me know if I misunderstood any of your questions. ### Re: Functions According to your code sample, I see `var telemetryBuilder = services.AddOpenTelemetry();`. You should be...
Hi @Yashuaa, I'm not able to reproduce the behavior you're describing. If you can share your full config, or ever better a sample app that demonstrates this behavior I would...
It's been a few weeks without any response, so I'm closing this issue. If you have any follow up questions, please feel free to reopen the issue or open a...
Can the Changelog be updated with this PR?
Hi @FenkoXD, it looks like you're mixing different telemetry SDKs. ### 1. Application Insights SDK This is the classic Application Insights SDK, this is NOT OpenTelemetry. According to the config...
> Can we expect Insights and OpenTelemetry separately will gather same amount of dependencies telemetry? Yes > I mean are here any metrics witch could be missed in one or...
> If I understood it correctly, In case Logger.Information("Some comment..."), I should see MyClass somwhere in log entry, but It is absent. Is it possible to add source context to...
@FenkoXD, can you share a small sample app? You can either attach a zip or create a new repo. I'll need to debug this and discuss with the other team.
workaround looks fine. :) pro tip: add a comment referencing this github issue so you know why this workaround was necessary and when it can be removed. Thanks for sharing...