Douglas Q Hawkins
Douglas Q Hawkins
This change reduces the overhead from constructing spans both in terms of CPU and memory. The biggest gains come when making use of SpanBuilders for both constructing the span and...
# What Does This Do Enables the "optimized" TagMap by default # Motivation OptimizedTagMap is special HashMap that is designed to be good at common tracer usage patterns. OptimizedTagMap uses...
# What Does This Do A bit of clean-up in TagMap # Motivation Making empty static & final to clarify thread safety Removing unnecessary package qualification on forEach parameters #...