Timothy Mothra

Results 154 comments of Timothy Mothra

Sorry, I don't see the list of nugets. If you can share a minimal repro that would help investigate. If that's too large to share, you can create a new...

We released a new beta version of Azure.Monitor.OpenTelemetry.AspNetCore which we believe will address this issue. https://www.nuget.org/packages/Azure.Monitor.OpenTelemetry.AspNetCore/1.2.0-beta.2 I'm going to close this Issue. If you have any more problems, please respond.

Hi @BC89, that's a separate issue. You should open a new issue to get support with Azure.Identity.

changing this PR to Draft. - We changed the package we're shipping this feature from, so the namespace will change. I'll make this change at a later date. - The...

Are you planning to update the Readme in this PR or in a follow up?

@vishweshbankwar builds are failing due to link validation. we're referencing instrumentation libraries that were migrated to the contrib repo. I opened a new PR to update our Readme: https://github.com/Azure/azure-sdk-for-net/pull/43803

Hi @johncrim, - Regarding the "3 pillars" This was one of the original principals when OpenTelemetry was founded. This terminology can be found in several older blogs. It's since been...

Unfortunately, this isn't supported today. I'll leave this issue open to collect upvotes.

Hi @mortenbock, Your approach would overwrite our [ApplicationInsightsSampler](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/src/Internals/ApplicationInsightsSampler.cs). which we use this to set the ItemCount which is used for some UX experiences. **Alternatively, you could write a custom Filtering...

Hi @mortenbock, sorry for the delay. 1. > I tried with a Filtering Processor, and that does seem to let the activities I want get sampled in. Can you share...