Area(s)
area:jvm, area:os, area:system
Is your change request related to a problem? Please describe.
Now we have a metric process.open_file_descriptor.count https://github.com/open-telemetry/semantic-conventions/blob/main/docs/system/process-metrics.md#metric-processopen_file_descriptorcount
since jdk provided both getMaxFileDescriptorCount and getOpenFileDescriptorCount https://github.com/eclipse-openj9/openj9/blob/9d6010511102076fb18bfcfe2b3609c4fb9c94f6/jcl/src/jdk.management/share/classes/com/ibm/lang/management/UnixOperatingSystemMXBean.java#L31 We may need a new metric.
Describe the solution you'd like
We may need a new metrics like process.open_file_descriptor.max or process.open_file_descriptor.limit
Describe alternatives you've considered
No response
Additional context
No response
Area(s)
area:jvm, area:os, area:system
Is your change request related to a problem? Please describe.
Now we have a metric
process.open_file_descriptor.counthttps://github.com/open-telemetry/semantic-conventions/blob/main/docs/system/process-metrics.md#metric-processopen_file_descriptorcountsince jdk provided both
getMaxFileDescriptorCountandgetOpenFileDescriptorCounthttps://github.com/eclipse-openj9/openj9/blob/9d6010511102076fb18bfcfe2b3609c4fb9c94f6/jcl/src/jdk.management/share/classes/com/ibm/lang/management/UnixOperatingSystemMXBean.java#L31 We may need a new metric.Describe the solution you'd like
We may need a new metrics like
process.open_file_descriptor.maxorprocess.open_file_descriptor.limitDescribe alternatives you've considered
No response
Additional context
No response