Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for process.runtime.* resource attributes #2140

Closed
mateuszrzeszutek opened this issue Nov 26, 2020 · 1 comment
Closed

Add support for process.runtime.* resource attributes #2140

mateuszrzeszutek opened this issue Nov 26, 2020 · 1 comment
Labels
Feature Request Suggest an idea for this project

Comments

@mateuszrzeszutek
Copy link
Member

Is your feature request related to a problem? Please describe.
We should add the following resource attributes to sdk-extensions/resources:

  • process.runtime.name with value from system property java.runtime.name, if it's not present then java.vendor
  • process.runtime.version with value from system property java.runtime.version, if it's not present then java.version

Describe the solution you'd like
We could implement a new ResourceProvider for those two, called e.g. JavaRuntimeResource.

Describe alternatives you've considered
They could also be added to the ProcessResource class.

Additional context

@mateuszrzeszutek mateuszrzeszutek added the Feature Request Suggest an idea for this project label Nov 26, 2020
@Oberon00
Copy link
Member

Duplicate of #1908

@Oberon00 Oberon00 marked this as a duplicate of #1908 Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Suggest an idea for this project
Projects
None yet
Development

No branches or pull requests

2 participants