-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Metrics for a specific process #925
Comments
The exporter will provide access to JMX metrics exposed from the Java application process, but you still need/should do application monitoring at the OS level. |
For example, if I have an application called myapp, can I have it's memory usage (Like 8gb for myapp)? |
Yes. Here is a list of built-in Java MBeans: https://docs.oracle.com/javase/8/docs/api/java/lang/management/PlatformManagedObject.html |
Thank you |
Can you help me more? |
The documentation ( I would start with "Running the Agent" https://github.com/prometheus/jmx_exporter?tab=readme-ov-file#running-the-java-agent. |
Hello,
I want to get metrics from a specific java application process (Like memory and cpu usage)
Does it possible?
The text was updated successfully, but these errors were encountered: