Hi.
I want to monitor my Dremio app and I was following this doc.
So, I added a JMX Exporter using the arguments below to have access to all metrics and show it in Grafana via Prometheus.
DREMIO_JAVA_SERVER_EXTRA_OPTS="
-Dcom.sun.management.jmxremote.port=7777
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-javaagent:/Users/usuario/jmx_prometheus_javaagent-0.12.0.jar=7771:/Users/usuario/config.yaml"
config.yaml
---
hostPort: localhost:7777
username:
password:
rules:
- pattern: ".*"
The problem is: I can not see the metric dremio.memory.direct_current
.