open-telemetry / opentelemetry-dotnet-instrumentation

OpenTelemetry .NET Automatic Instrumentation

Home Page:https://opentelemetry.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include `process.runtime.*` resource detector

Kielek opened this issue · comments

Feature Request

Are you requesting automatic instrumentation for a framework or library? Please describe.

Include . It can be done when open-telemetry/opentelemetry-dotnet-contrib#1449 is merged and released.

Is your feature request related to a problem? Please describe.

Improve telemetry data about auto-instrumentation usage.

Describe the solution you'd like

Include process.runtime.* resource attributes, ref. https://github.com/open-telemetry/semantic-conventions/blob/fc73453d045378e9d3f017a0241415b0ace1d2a6/docs/resource/process.md#process-runtimes

Describe alternatives you've considered

Implementation directly in this repository, but separately available package is better option.

Additional context
N/A