jmxtrans icon indicating copy to clipboard operation
jmxtrans copied to clipboard

jmxtrans

Results 105 jmxtrans issues
Sort by recently updated
recently updated
newest added

CloudWatchWriter assumes AWS EC2 credential and region discovery mechanisms. This pull request instantiates the CloudWatch client in a more idiomatic way, allowing credentials and region discovery in AWS ECS containers...

Beside using a consistent tab-indentation and splitting some arguments to span multi-lines, the only thing i changed was added the ability to configure: * Metric name (string: name, default value:...

The current implementation of CloudWatch output writer will fail to work on ECS/Fargate. It uses EC2Metadata to provide region info. This change to using RegionProviderChain to work on EC2 and...

can some one give me a sample json to work with jmxtrans-elasticsearch combination? I could not find it in wiki documentation.

Hi , I'm currently working with CloudWatch Writer and seems like documentation is rather poor. I'm trying to work with 2 docker containers on same host . I faced some...

JDK 9 introduces changes in classloading and https://github.com/jmxtrans/jmxtrans/blob/dcc54c9b58a1039517099430c8e603e42fe5b104/jmxtrans-utils/src/main/java/com/googlecode/jmxtrans/classloader/ClassLoaderEnricher.java#L50 does not work anymore. Here is an extract of produced logs and it is quite explicit : ` Sep 16 18:45:07 localhost...

I run the main method which in com.googlecode.jmxtrans.example.Graphite, and throw exception, cause pool is null. But I can't find out how to build jmxpool. ``` SLF4J: Failed to load class...

Hello, I am migrating from jmxtrans 246 to jmxtrans 271. When I first start the 271 version without changing .json file, I had this warnning : > WARN c.g.j.model.output.LibratoWriter -...

The `GraphiteWriter` outputs to Graphite properly with a configuration like the following: ``` { "servers" : [ { "port" : "PPPPP", "host" : "AAA.BBB.CCC", "queries" : [ { "outputWriters" :...

bug

I am currently evaluating jmxtrans to monitor Cassandra with an ELK stack. Unfortunately it jmxtrans stops writing statistics right after midnight. ``` 2018-06-01 00:00:37 [jmxtrans-result-8] level com.googlecode.jmxtrans.model.output.GraphiteWriter2 [GraphiteWriter2.java:66] - Query...

bug