opentelemetry-java-instrume.../dd-java-agent/integrations/helpers
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
..
src/main/java/com/datadoghq/agent/integration Migrate JMS to Byte Buddy and add JMS 1 support 2017-11-17 12:06:30 -08:00
helpers.gradle Migrate JMS to Byte Buddy and add JMS 1 support 2017-11-17 12:06:30 -08:00