Skip to content
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

JVM uptime is missing #2

Open
mfuhrmann opened this issue Nov 15, 2018 · 0 comments
Open

JVM uptime is missing #2

mfuhrmann opened this issue Nov 15, 2018 · 0 comments
Assignees

Comments

@mfuhrmann
Copy link
Contributor

Afair JVM has also a uptime metric. Like sysUptime metric in netsnmp it's very useful to see if JVM has restarted.

It should be:

<mbean name="JVM Runtime" objectname="java.lang:type=Runtime">
    <attrib name="StartTime" alias="StartTime" type="gauge"/>
    <attrib name="Uptime" alias="Uptime" type="gauge"/>
</mbean>
@mfuhrmann mfuhrmann self-assigned this Nov 15, 2018
mfuhrmann added a commit that referenced this issue Dec 18, 2018
Issue #2 - JVM uptime is missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant