Timothy Mothra

Results 156 comments of Timothy Mothra

Hi @frodesorhoy, There was only one change to how services are registered. https://github.com/microsoft/ApplicationInsights-dotnet/pull/2908 This was a fix for another bug. Yours is the first bug we've had reported with the...

HI @wallyrion, 1. Can you confirm that Traces are collected in your app when CORS is disabled? 2. With CORS enabled, can you please collect the Self-Diagnostics. We need to...

I'm interested in working on this. :)

@rajkumar-rangaraj, we need a Prometheus expert to help with this review. There's a lot of changes I'm unsure about.

Looks like ARM64 runners are getting closer to general availability! There's a public beta now (July 23, 2024) https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/

Goal is to make sure "what is measured" is clearly documented on the official docs: https://learn.microsoft.com/en-us/dotnet/core/diagnostics/built-in-metrics-aspnetcore?view=aspnetcore-8.0#metric-httpserverrequestduration Currently this is: ``` The time used to handle an inbound HTTP request as...

Hi @ImoutoChan The current feature is still Experimental which is why it's behind the `OTEL_DOTNET_EXPERIMENTAL_HTTPCLIENT_DISABLE_URL_QUERY_REDACTION` environment variable. We're waiting for the OpenTelemetry Community to define how to handle this feature....

Hi @dzejsien, Can you please test this with the ConsoleExporter? ```csharp builder.Services.AddOpenTelemetry() .UseAzureMonitor() .WithTracing(builder => builder.AddConsoleExporter()); ``` If you're getting the same behavior with the ConsoleExporter, then this isn't a...

Sorry, I don't understand the question. It sounds like you've already confirmed that this behavior exists with the ConsoleExporter as well, confirming that this isn't a problem specifically with the...

I spoke to @Kielek offline, this issue is tracking an otel spec. I'm moving this to the Future backlog.