netdata-java-orchestrator icon indicating copy to clipboard operation
netdata-java-orchestrator copied to clipboard

Netdata Java Plugin Daemon

Results 14 netdata-java-orchestrator issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.13.4.1&new-version=2.13.4.2)](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...

dependencies

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/

enhancement
good first issue
netdata link

Otherwise the initialization process may hang for a very long time. https://community.oracle.com/blogs/emcmanus/2007/05/23/making-jmx-connection-timeout

bug
netdata link

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...

enhancement
netdata link

Clone of https://github.com/netdata/netdata/issues/3632 For description and discussion please use the clone.

bug
netdata link

Clone of https://github.com/netdata/netdata/issues/3101 Documentation: https://github.com/ezbz/jmxtrans-lib/blob/master/cassandra/output/mycass01-cassandra.json

enhancement
help wanted
chart request
netdata link

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...

enhancement
chart request
netdata link

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.

enhancement
chart request
netdata link