opentelemetry-java-instrume.../dd-trace
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
..
docs Use ThreadLocalActiveSpanSource instead of DDActiveSpan 2017-07-13 22:56:00 -07:00
src 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-trace.gradle Fix transitive dependencies 2017-11-10 11:45:00 -05:00

README.md

Datadog OpenTracing Tracer