Dennis

Results 5 comments of Dennis

Hi, Here is the exporter-exporter config: ``` { "service": { "name": "jmx_exporter", "tags": ["jmx_exporter"], "address": "", "port": 9999, "check": { "id": "jmx_exporter_status", "name": "Jmx exporter Status", "tcp": "localhost:9101", "interval": "30s",...

Hi, These are the error messages I am getting when I run exporter-exporter in debug mode. See the attached file. [jmx_errors.log](https://github.com/prometheus/jmx_exporter/files/6836853/jmx_errors.log)

Fabian and Brian, Yes, I am getting the same output from curl command: ``` # HELP jvm_threads_state Current count of threads by state # TYPE jvm_threads_state gauge jvm_threads_state{state="RUNNABLE",} 44.0 jvm_threads_state{state="NEW",}...

The config I posted is for consul service, so the jmx-exporter service is registered through the exporter-exporter service. The config for the jmx-exporter in exporter-exporter is very simple: ``` method:...

I have one difference - I run exporter-exporter with TLS: `-web.tls.listen-address=:9999 -web.tls.cert=node_cert.pem -web.tls.key=key.pem -web.tls.ca=prometheus_cert.pem` That is not a problem. I still get correct metrics locally with: `curl https://localhost:9999/proxy?module=jmx ` or...