Doug Hoard
Doug Hoard
@MaBiConti @karina-calma now that the 1.1.0 release is out I can review the PR more closely. Can you provide a concrete example of why this is needed? What is the...
Can you provide an example of the current metrics output (with names tokenized/obfuscated)?
@karina-calma I understand the purpose of the change/what you are trying to do, but can you provide an example of the current metrics output (with names tokenized/obfuscated)? @MaBiConti @karina-calma, my...
@MaBiConti current text metric output (i.e.http://jmx_exporter:port/metrics)
@MaBiConti are these metrics without your PR? Can you provide the metrics output with and without the PR?
@MaBiConti @karina-calma After some review/team discussion, I think this approach should be viable. Can you rebase/update the PR and create JUnit 5/integration tests? If you have any questions regarding the...
@polarnik The code has been merged but has not been released. You will need to build your own Jars.
@polarnik the latest `main` branch has the code. Please create a new issue.
@hemnath83 This issue is caused because a JMX exporter uses Java logging but doesn't use the application's classpath. You will need to modify the application classpath so that the jar(s)...
@hemnath83 per https://github.com/prometheus/jmx_exporter/issues/455 is looks like there are multiple jar files required for JBoss logging. You will need to find all jars required. Can you either define an environment variable...