Noah Falk
Noah Falk
> Added 4 different public API in this PR. We need to select one or two from the list and discard remaining APIs If all four were useful I'd suggest...
> maybe a good solution would be having process.runtime.dotnet.gc.collection_time? @noahfalk Yeah I expect we'd want to do something based on the new GC pause duration API: https://github.com/dotnet/runtime/issues/66036 > Bytes in...
> Bytes in all heaps I just hunted down the definition of this counter from the [docs](https://learn.microsoft.com/en-us/dotnet/framework/debug-trace-profile/performance-counters) and it wasn't what I expected. Based on my read it is: Gen...
My understanding is that SQL hosting was a big push circa the mid-2000s on .NET Framework, but I am not aware that .NET Core supports it at all, and pretty...
>> What's the metric convention here on names? Based on other top level for process/rpc/etc. I'd naively expect redis. (rather than redis-), am I way off there? > There isn't...
> But above all: I don't want to stand out in a metrics list anywhere as the oddball. Yeah, I don't want Redis to look like an oddball either. If...
Could you also add documentation about these counters to https://learn.microsoft.com/en-us/dotnet/core/diagnostics/built-in-metrics please? :) Those docs are a major way for customers to discover what metrics the .NET platform is providing to...
cc @davmason Hi there Pyroscope crew! I took a look and I think we've got some options but fair warning I don't see one that is simultaneously easy to implement,...
@davmason - I think most of the alternatives I suggested above are complex for profilers to implement, don't scale well, or both. I'm thinking we should have some issue (although...