We try to upgrade jboss from 7.4 to 8.0, Before we use following configuration to retrieve metric for prometheus, all patterns are working in this file.
jboss/container/eap/prometheus/jmx-exporter-config/artifacts/opt/jboss/container/prometheus/etc/jmx-exporter-config.yaml
After upgraded to 8.0, this configuration is not work, I can't get any metrics about Jboss, I try to remove whitelistObjectNames field, we can get same original jboss metrics. but the pattern is not working.
I am not sure the pattern "pattern: "jboss.as<deployment=(.+), *subsystem=undertow><>(active_sessions|max_active_sessions): (.+)"" whether it need to update in jboss8.
can you give me some advise or give some sample base on jboss8?
We try to upgrade jboss from 7.4 to 8.0, Before we use following configuration to retrieve metric for prometheus, all patterns are working in this file.
jboss/container/eap/prometheus/jmx-exporter-config/artifacts/opt/jboss/container/prometheus/etc/jmx-exporter-config.yaml
After upgraded to 8.0, this configuration is not work, I can't get any metrics about Jboss, I try to remove whitelistObjectNames field, we can get same original jboss metrics. but the pattern is not working.
I am not sure the pattern "pattern: "jboss.as<deployment=(.+), *subsystem=undertow><>(active_sessions|max_active_sessions): (.+)"" whether it need to update in jboss8.
can you give me some advise or give some sample base on jboss8?