datastax / diagnostic-collection

Diagnostic Collector for Apache Cassandra
Apache License 2.0
28 stars 35 forks source link

JMX hostname / jmx port is not discovered on a per node basis #108

Open AndrewHogg opened 2 years ago

AndrewHogg commented 2 years ago

The jmx hostname is defaulted as 127.0.0.1 while the port is set globally. In scenarios where the jmx port changes per node, or the host name changes (docker containers for example), this results in the JMX either not being collected, or collected from the wrong location.