-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing metrics when integrating jmx_prometheus_javaagent:1.0.1 with WildFly #1008
Comments
@alexciouca the rules you are using should capture everything. Are you seeing other metrics? environment variable JMX_PROMETHEUS_EXPORTER_DEVELOPER_DEBUG=true Java system property jmx.prometheus.exporter.developer.debug=true The output will go to system out. |
@dhoard the rules should capture everything, but still I am missing quite a few of the metrics after the upgrade. I am attaching the logs and the metrics after enabling debug, for both the v0.20.0 and the v1.0.1 versions. The difference can be seen, and for example, the metrics for logs-jmx1.0.1.txt |
@dhoard In the meantime we have come across #128, which is quite and old ticket, but it is very similar to what we are experiencing here and the workaround presented there seems to work. I confirm that after I added Since this is mainly a workaround, would there be anything that can be done on the jmx exporter side? |
@alexciouca I would try using This will delay initial metrics collection/prevent calls to startDelaySeconds: 60
rules:
- pattern: ".*" The code that gets the |
Hello,
After upgrading the jmx_prometheus_javaagent from v0.20.0 to v1.0.1, I noticed that most of the metrics provided by jboss are missing. For example, all the metrics from
jboss.as
domain are missing, plus many others.Would you have any idea what extra configuration do I need to set with the upgrade to v1.0.1 ?
The used configuration YAML is:
The text was updated successfully, but these errors were encountered: