jmxtrans
jmxtrans copied to clipboard
jmxtrans
Dear All, We would like to invoke JMX operations, exactly like in the example on jmxtrans itself: https://hub.docker.com/search?q=jmxtrans&type=image Is this not possible anymore in the current version? We use the...
According to [Build times out because no output was received](https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received), we should carefully use travis_wait, as it may make the build unstable and extend the build time. ===================== If there...
Hello, I am using jmxtrans to monitor some tomcat hosts. I have checked that it opens a connection every 30 seconds to the tomcat hosts to get the metrics. Is...
The purpose is to be able to build with Java 11+
Hi there, We recently updated some configuration (added 300 metrics to an existing agent running a collection of about 300 metrics). The agent run only one server section. The JVM...
for example,I want to collect the json format metrics as follow: "NodeUsage" : "{\"nodeUsage\":{\"min\":\"18.51%\",\"median\":\"84.89%\",\"max\":\"86.18%\",\"stdDev\":\"9.81%\"}}", is there any solution that can let us write ”NodeUsage.nodeUsage.min“ in jmxtrans's JSON configuration file。
Hi, I tried posting on the Google group but there's been no activity in months so I'm hoping someone here can point me in the right direction. I'm trying and...
Using JMXTRANS_VERSION as [described in the README](https://github.com/jmxtrans/jmxtrans/blob/master/jmxtrans/docker/README.md#building) will not build the version specified. [In the Dockerfile we find](https://github.com/jmxtrans/jmxtrans/blob/master/jmxtrans/docker/Dockerfile#L67) that this variable is always overwritten with the latest release from maven.org....
Has changes for both https://github.com/jmxtrans/jmxtrans/pull/747 and https://github.com/jmxtrans/jmxtrans/pull/745