opentelemetry-java
opentelemetry-java copied to clipboard
Enable reusuable_data memory mode by default
This PR follows through on the plan to make reuseable data the default memory mode, as discussed in #6469.
I'm personally aware of it being used in several production systems for a while now without issue. If anyone is aware of any risks associated with this, please speak up! If not, this change in defaults will quietly improve the performance of all the opentelemetry-java users who missed the memory mode optimizations we've been making.