Improvements
Changes
- Updated jnr-unixsocket to 0.23 #1068
- Added health metrics tracking via dogstatsd #1063
- Disabled by default. To enable, add one of the following configs:
- System Property:
-Ddd.trace.health.metrics.enabled=true
- Environment Variable:
DD_TRACE_HEALTH_METRICS_ENABLED=true
- System Property:
- Disabled by default. To enable, add one of the following configs:
- Refactor integrations to decouple from OpenTracing #1020 #1026 (Thanks @trask for the contributions.)