Releases: uber-go/tally
Releases · uber-go/tally
v4.0.0
v3.4.2
v3.4.1
v3.4.0
This release improves the memory efficiency of histograms. In particular, high-cardinality, histogram-heavy workloads should see noticeable reductions to heap size and allocated objects, as well as a corresponding (though application-dependent) reduction to CPU spent on GC.
v3.3.17
v3.3.15
v3.3.14
- m3: Speed up calculateSize and reduce allocations (#116)
- Add HistogramBucketTagPrecision to m3 config (#118)
- Fix license headers for 2020 (#122)
- Update go versions used during CI (#123)
- m3: Reduce allocations when emitting metrics (#120)
- m3: Remove atomic from TCalcTransport (#119)
- Use raw concat instead of fmt.Sprintf for fullyQualifiedName (#124)