0.64.0
·
11848 commits
to master
since this release
Improvements
- Support
dd.runtime.metrics.enabledsystem property andDD_RUNTIME_METRICS_ENABLEDenvironment variable #1922 - Support
DD_TRACEprefix when configuring integrations #1921 - Support
dd.trace.startup.logssystem property andDD_TRACE_STARTUP_LOGSenvironment variable #1918 - Avoid copying tags (potentially twice) when sampling each span #1909
- Add specific instrumentation for
ScheduledExecutorService#1883 - Cleanup dependency on Guava #1907
- [Efficiency] Don't set span type via the tags map, just set it directly #1930
- [Efficiency] Field inject sql into PreparedStatement, avoid WeakMap in JDBCMaps #1927
Changes
- Remove
span.origin.typetag #1926 - Exclude 1.8.0_262 onwards from creating scope events… #1915
- Change internal task scheduling #1861
- Enable OpenTracing to inherit the async propagation from enclosing scope #1850