-
Notifications
You must be signed in to change notification settings - Fork 965
feat: Add jvm.file_descriptor.count metric to JMX instrumentation #13722
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
feat: Add jvm.file_descriptor.count metric to JMX instrumentation #13722
Conversation
@schmikei would you mind also sending a semconv PR to add it there too? |
Thanks for the callout! Here's the semantic PR -> open-telemetry/semantic-conventions#2139 |
instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/jvm.yaml
Outdated
Show resolved
Hide resolved
Something to keep in mind is that this For JVM metrics, it will also be relevant to modify the implementation(s) in |
…es/jvm.yaml Co-authored-by: SylvainJuge <[email protected]>
metric: file_descriptor.count | ||
type: updowncounter | ||
unit: "{file_descriptor}" | ||
desc: Number of open file descriptors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spec has Number of open file descriptors as reported by the JVM.
b0d9cfd
to
5d9981d
Compare
LGTM for the JMX implementation, please make sure to open an issue or PR to not forget about updating the implementation in |
Follow up from open-telemetry/opentelemetry-java-contrib#1665
Specification PR that tracks this open-telemetry/semantic-conventions#1838 which seemed to have built consensus around
jvm.file_descriptor.count
which I am supportive of as well.