我正在使用这样的配置:
---
hostPort: localhost:5555
username:
password:
rules:
- pattern: ".*"
此配置使用以下参数启动:
JAVA_TOOL_OPTIONS="-javaagent:./jmx_prometheus_javaagent-0.15.0.jar=9404:config.yaml -Djava.security.egd=file:/dev/./urandom -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=5555 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/camunda"
据我了解,所有指标都应该出现在这样的模板中,但我没有与 tomcat 和 catalina 关联的指标。
为什么?