opentelemetry-java-instrume.../dd-java-agent
Tyler Benson b505c60543 Use jmx AppConfig Builder instead of factory method
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.
2019-05-21 17:13:56 -07:00
..
agent-bootstrap Support Unix Domain Socket proxy to send traces 2019-03-15 11:36:44 -07:00
agent-jmxfetch Use jmx AppConfig Builder instead of factory method 2019-05-21 17:13:56 -07:00
agent-tooling Clarify log messages when tracing is disabled 2019-05-09 16:12:35 -04:00
benchmark Upgradle gradle 2019-04-03 12:56:15 -04:00
benchmark-integration Change shell script to work with play 2018-12-14 11:19:17 -05:00
instrumentation Fix ApacheHttpAsync race condition 2019-05-17 13:49:46 -04:00
src Fix minor typo 2019-05-09 09:44:42 -04:00
testing Fix ApacheHttpAsync race condition 2019-05-17 13:49:46 -04:00
README.md
dd-java-agent.gradle Migrate OkHttp Instrumentation to Decorators 2019-03-08 15:12:29 -08:00

README.md

Datadog Java Agent for APM