Expose new options for configuring JMXFetch with standard datadog-agent config files with `jvm_direct: true` set as an instance attribute (this will be ignored by the datadog-agent). For Example: * `dd.agent.conf.d=/opt/datadog-agent/etc/conf.d` * `dd.jmxfetch.configs=activemq.d/conf.yaml,jmx.d/conf.yaml` will load jmx configs in those two files that have `jvm_direct: true` in their `instance` setup. Environment variables can also be used: `DD_AGENT_CONF_D` and `DD_JMXFETCH_CONFIGS` Depends on https://github.com/DataDog/jmxfetch/releases/tag/0.29.0 being released. |
||
---|---|---|
.. | ||
agent-bootstrap | ||
agent-jmxfetch | ||
agent-tooling | ||
benchmark | ||
benchmark-integration | ||
instrumentation | ||
src | ||
testing | ||
README.md | ||
dd-java-agent.gradle |