JMX jar version : 0.14.0

JMX conf file (driver_pattern.yaml) :

ssl: true
lowercaseOutputName: true
attrNameSnakeCase: true
rules:
- pattern: "metrics<name=(.*)\\.driver\\.(.*)\\.(.*)\\.(.*)><>(.*)"
  name: spark_driver_rag_$2_$3_$4
  labels:
      app_id: "$1"

Java agent started using below parameters:

-Djava.util.logging.config.file=/mnt/jmx-logging/logging.properties

-Djavax.net.ssl.keyStore=/opt/cspk/ssl/tls-secret/keystore.jks 

-Djavax.net.ssl.keyStorePassword=demo

-Djavax.net.ssl.trustStore=/etc/pki/ca-trust/extracted/java/cacerts 

-Djavax.net.ssl.trustStorePassword=demo


Expected result : Access for jmx endpoint in https mode.

Actual result : jmx metrics are exposed only in http mode. Unable to access 
in https mode.


-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/88abfed5-f5c1-4d80-8ee4-ec0f64798542n%40googlegroups.com.

Reply via email to