netdata-java-orchestrator
netdata-java-orchestrator copied to clipboard
Netdata Java Plugin Daemon
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4.1 to 2.13.4.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I'm trying to use this to pull MBean information from my minecraft server(s) to monitor internal tick times. My first issue is that if I define the server it won't...
For the charts of the default configuration, add health configuration. https://learn.netdata.cloud/docs/agent/health/reference/
Otherwise the initialization process may hang for a very long time. https://community.oracle.com/blogs/emcmanus/2007/05/23/making-jmx-connection-timeout
Clones https://github.com/netdata/netdata/issues/3046 Currently the JMX module of the java plugin can only connect to JMX Servers without authentication. We should provide a way to configure authentication for custom servers. This...
Clone of https://github.com/netdata/netdata/issues/3632 For description and discussion please use the clone.
Clone of https://github.com/netdata/netdata/issues/3101 Documentation: https://github.com/ezbz/jmxtrans-lib/blob/master/cassandra/output/mycass01-cassandra.json
from: java.lang:type=Threading 1. Find thread IDs: AllThreadIds 2. (find names to ids?) 3. Query ThreadCpuTime and maybe ThreadUserTime for every thread. We need to find a way to configure this...
java.lang:type=Threading DeadlockedThreads. Display number of DeadlockedThreads. DeadlockedThreads is a long[]. We want to count the size of long[]. We need to find a way to configure this kind of collection.