Improvements
- Enabled the following instrumentation by default (#274)
- JAX-RS annotation based resource naming
- Jedis
- Kafka client
- Upgraded to Byte Buddy 1.8.1 (#271)
New Instrumentation (disabled by default)
- JAX-RS Clients (#265)
- System property:
dd.integration.jax-rs.enabled=true
- Environment variable:
DD_INTEGRATION_JAX_RS_ENABLED=true
- System property:
- Akka async actor propagation (#264)
- System Property:
dd.integration.java_concurrent.enabled=true
- Environment variable:
DD_INTEGRATION_JAVA_CONCURRENT_ENABLED=true
- System Property:
Bugfixes