Noah Falk
Noah Falk
### Documentation Request The auth page here: https://github.com/dotnet/dotnet-monitor/blob/main/documentation/authentication.md has a link to https://github.com/dotnet/dotnet-monitor/blob/main/documentation/enabling-ssl.md, however that content does not exist. The API key docs say that it should only be used...
We recently added new [runtime metrics](https://github.com/dotnet/runtime/pull/104680) based on the Meter API to .NET. Although the previous EventCounter-based runtime metrics are still present, these new metrics are intended to be the...
When developers are using SOS to explore managed data structures, some of the most common ones are basic container types such as Dictionary and ConcurrentDictionary. It would be helpful if...
When customers are debugging memory issues they will often compare the output of SOS !DumpHeap from multiple dumps to determine which object types have growing memory over time. When doing...
Hey @nietras, I just wanted to let you know that I benchmarked my 1brc attempt against your implementation and mentioned you in my README. You've got the fastest established C#...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=768415 Build error leg or test failing: System.Tests.DecimalTests BigIntegerAdd.Test Pull request: https://github.com/dotnet/runtime/pull/106014 ## Error Message Assert.Equal() Failure: 420483735998235154.07 + -192303727189.68774567 Expected: 420483735998235154.06999999 Actual: 420483543694507964.38225433 ```json {...
I was recently reviewing the diagnostic docs and accumulated a variety of small fixes, improvements, and updates: - Added 'Meter' to the headings in built-in metrics references to clarify the...
### Description IncrementingPollingCounter uses a callback to retrieve current values of some metric and reports it via EventSource events. In the past the first invocation of the callback may have...
On Windows if an application crashes with a stack overflow and a dump is collected, looking at it in both Visual Studio and windbg gives little clue about the callstack...
This started out as a bit of test logging. Then the unrelated GetProcessInfo test failed in CI so the change grew into a small product fix + more test improvements....