Yun-Ting Lin
Yun-Ting Lin
Related to https://github.com/open-telemetry/opentelemetry-dotnet/issues/3118
## Changes Working towards: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/issues/447 Background: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/issues/335 Following OTel [spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/process-metrics.md#metric-instruments). For the `process.cpu.time` metric, [Process.TotalProcessorTime](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.process.totalprocessortime?view=net-6.0) was used to get the value. For the `process.cpu.utilization` metric, it was defined as the...
### Type of issue Outdated article ### Description Most of the content on that high perf logging page talks about LoggerMessage.Define() which may have been state of the art around...
Track https://github.com/open-telemetry/opentelemetry-dotnet/pull/4721/files#:~:text=//%20This%20should%20be%20fully%20fixed%20with%20the%20introduction%20of%20Configuration%20binder%20source%20generator%20in%20.NET%208 when net8.0 get added as the TFM.