Need a new metric process.open_file_descriptor.max or process.open_file_descriptor.limit #1275
Labels
area:jvm
area:os
area:system
enhancement
New feature or request
experts needed
This issue or pull request is outside an area where general approvers feel they can approve
triage:needs-triage
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_descriptorcountsince jdk provided both
getMaxFileDescriptorCount
andgetOpenFileDescriptorCount
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
orprocess.open_file_descriptor.limit
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: