Timothy Mothra
Timothy Mothra
I think the UX is broken because we're only setting the User Auth Id, but not the Anon Id. This is on our backlog, but we're blocked waiting for the...
This issue refers to: https://github.com/open-telemetry/opentelemetry-dotnet/blob/807aa26d20a12c16165795555ccf10bbbb1dc8d1/docs/logs/complex-objects/complex-objects.csproj#L3 As of today, https://github.com/dotnet/extensions/issues/5162 has not been fixed.
Hi @johncrim, I'm sorry for the delay, I finally had time to look at this. Thank you for your investigation. I was particularly interested in your note that the value...
@martincostello I see that your PR is merged. Can we close this issue or are you working on follow up tasks?
Hi @hansmbakker, I'm sorry you're still having issues with this. You can write your own sampler to drop the health check requests, and any downstream dependencies should also be dropped....
I'm closing this because it's not a bug in the Azure Monitor exporter. This issue is more broadly related to OpenTelemetry and completely filtering requests and their dependencies. The suggested...
We discussed this in today's SIG (6/17) and Blanch made a proposal that I wanted to endorse. Given Events like this: ```csharp public static Library1Events { public static EventId Started...
For context, the code being discussed is here: https://github.com/open-telemetry/opentelemetry-dotnet/blob/177596891ad931256104b6785cd77efbbc44e3af/src/OpenTelemetry.Api/Trace/Tracer.cs#L225-L232 @gwest, do you have a simple app that can reproduce this? The suggested fix seems reasonable to me, but I want...
Hi @codingbott, there is some info in the Readme... can you see if either of these can address your need? - https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.OpenTelemetryProtocol#configure-httpclient - https://stackoverflow.com/questions/56204350/how-to-refresh-a-token-using-ihttpclientfactory
Hello @rrosshan10, This is going to be difficult for me to troubleshoot over github. I can only offer an SDK perspective on this issue. I assume that Entra is not...