You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_eventTypeCounts??=Metrics.CreateCounter($"dotnet_debug_events_total","The total number of .NET diagnostic events processed","collector_name","event_source_name","event_name");
31
27
_cpuConsumed??=Metrics.CreateCounter("dotnet_debug_cpu_seconds_total","The total CPU time consumed by processing .NET diagnostic events (does not include the CPU cost to generate the events)","collector_name","event_source_name","event_name");
0 commit comments