Add support for process.runtime.*
resource attributes
#2140
Labels
Feature Request
Suggest an idea for this project
process.runtime.*
resource attributes
#2140
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 propertyjava.runtime.name
, if it's not present thenjava.vendor
process.runtime.version
with value from system propertyjava.runtime.version
, if it's not present thenjava.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
java -XshowSettings:properties -version
The text was updated successfully, but these errors were encountered: