Add support for process.runtime.* attributes for Node resource detector #2562
Labels
feature-request
never-stale
up-for-grabs
Good for taking. Extra help will be provided by maintainers
Is your feature request related to a problem? Please describe.
Other languages (like Go, Java) expose useful information in traces in the process.runtime.* attributes. For example:
Describe the solution you'd like
Update @opentelemetry/resources package to add process.runtime.* attributes in https://github.com/open-telemetry/opentelemetry-js/blob/main/packages/opentelemetry-resources/src/platform/node/detectors/ProcessDetector.ts.
Describe alternatives you've considered
Setting these attributes in a custom resource detector.
Additional context
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/process.md#process-runtimes
The text was updated successfully, but these errors were encountered: