Noah Falk
Noah Falk
### Description System.Net.Mail.Functional.Tests are failing with this assert in CI: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-72664-merge-3f079befb6de4fac81/System.Net.Mail.Functional.Tests/1/console.08ced1c9.log?helixlogtype=result ``` ----- start Fri 22 Jul 2022 12:11:04 PM UTC =============== To repro directly: ===================================================== pushd . /root/helix/work/correlation/dotnet exec...
We've been contemplating creating a breaking change in the Nettrace format. Ideally I'd like to keep such changes infrequent and give lots of lead time for new versions of the...
Forwarding an issue that was first reported in https://github.com/dotnet/runtime/issues/30690#issuecomment-750329716 by @kirillkovalenko > Latest version of EventRegister package (1.1.28) could not be used with the current version (5.0) of the Microsoft.Diagnostics.Tracing.EventSource...
Hi @sandersaares, I work on the .NET runtime and I wasn't sure on the best way to reach out. I wanted to give you heads up for some potential new...
Hi AppMetrics crew, I work on the .NET runtime and I wasn't sure on the best way to reach out. I wanted to give you heads up for some potential...
In our shift to use OTel conventions for metrics, it adopts a minimalist style. If it is possible to compute a metric from data we are already collecting then we...
In .NET 6 we added the [Meter API](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.metrics?view=net-7.0), a metrics instrumentation API designed in coordination with OpenTelemetry. The goal was to make it easy to have great metrics monitoring experience...
### Documentation Request .NET Framework had many Windows Performance Counters and customers want guidance for what to do when migrating. We should help them find our new counters, understand the...
## Background and Motivation dotnet-counters supports both the EventCounters and the newer metrics API. When a provider name is specified on the command line users aren't required to identify whether...
## Background and Motivation When we first added the dotnet-counters list command it was a quick and dirty stop-gap to help people understand a small number of counters that existed...