Noah Falk
Noah Falk
@shaynevanasperen - Agreed with @hdost. The API names OpenTelemetry settled on differed from the original concept names during design so the API to check out is [ObservableGauge](https://source.dot.net/#System.Diagnostics.DiagnosticSource/System/Diagnostics/Metrics/Meter.cs,132) The way that...
This may be the same build issue as: https://github.com/dotnet/runtime/issues/72836
Thanks @ivberg! I can see different angles to approach this from, not sure which you had in mind? 1. We could try to do work in the runtime to complete...
> I had assumed that some of this tracing was done out of process All the event generation and the file format serialization logic is in-proc today. dotnet-trace is responsible...
Got it, makes sense. @brianrob, do you think we should change the TraceLog behavior to make it more resilient to incomplete state? I know PerfView has the /continueOnError flag but...
Its in my todo list now : )
cc @mjsabby @josalem @sywhang @davmason
cc @brianrob
> @noahfalk If you could do a once over to see if this is the direction you wanted ... Direction seemed fine to me, thanks @mjsabby! I spotted a few...
cc @josalem @sywhang