opentelemetry-java-instrume.../dd-java-agent
Tyler Benson 871ce37f80 Migrate JMS to Byte Buddy and add JMS 1 support
This does not yet include instrumentation for MessageListener.
I think there is actually no difference between the instrumentation so we should combine them.
I also added TEXT_MAP as a format that maps to the HTTP Codec.  There is some remapping inside the instrumentation to remove dashes before setting as a property.  This should also be changed when an official format is defined.

This also currently has a problem with Spring Boot applications as the JMS Util references classes not on the system classpath (it needs to be injected into the child classpath)
2017-11-17 12:06:30 -08:00
..
integrations Migrate JMS to Byte Buddy and add JMS 1 support 2017-11-17 12:06:30 -08:00
src Migrate JMS to Byte Buddy and add JMS 1 support 2017-11-17 12:06:30 -08:00
tooling Migrate JMS to Byte Buddy and add JMS 1 support 2017-11-17 12:06:30 -08:00
README.md Update documentation (#67) 2017-07-27 21:08:35 +02:00
dd-java-agent.gradle Migrate JMS to Byte Buddy and add JMS 1 support 2017-11-17 12:06:30 -08:00

README.md

Datadog Java Agent for APM