Skip to content

Support process.runtime.* resource attributes #1908

@Oberon00

Description

@Oberon00

There should be support for the process.runtime.* resource attributes, which should contain information about the monitored JVM.

Spec: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/resource/semantic_conventions/process.md#java-runtimes

Note that I made a spec PR to split process.runtime from process, so that these resources can be reported independently: open-telemetry/opentelemetry-specification#1137
Since these values are trivial to gather (just System.getProperty), it might make sense to always report them out of the box along with the telemetry SDK.

Or instead it may make sense to add them to a provider separate from the current process provider.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature RequestSuggest an idea for this project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions