What's Changed
This release aims to improve user experience by adding new metrics and making default values more sensible.
It also includes several bug fixes and maintenance updates.
See full details in the Release Notes.
💡 Enhancements
🐛 Fixes
- fix: wait for all goroutines inside collector to finish during shutdown by @VinozzZ in #1589
- fix: use sensible default value for HealthCheckTimeout and MaxExpiredTraces by @VinozzZ in #1573
- fix: Docs about the
meta
fields were wrong; fix them. by @kentquirk in #1576 - fix: TraceKey used in dynamic sampler should not create a new key if no key fields are found by @VinozzZ in #1575
- fix: use value from GetCollectionConfigVal for HealthCheckTimeout in mock config by @VinozzZ in #1577
- fix: close redis pubsub connection on shutdown by @VinozzZ in #1578
- fix: TestWhichShard don't need to include self in peer list by @VinozzZ in #1571
- fix: don't reset SendBy if trace has already expired by @VinozzZ in #1570
- fix: use configured identifier for host address resolution in file peer by @VinozzZ in #1548
- fix: decision spans should not be processed through stress relief by @VinozzZ in #1544
- fix: maintain original TraceTimeout value on redistribution by @VinozzZ in #1543
- fix: panic caused by empty traces after redistribution by @VinozzZ in #1546
- fix: update refinery to report effective config on update by @TylerHelmuth in #1545
- fix: only execute Gosched in tests by @VinozzZ in #1549
- fix: Add valuetype to rules datatype by @MikeGoldsmith in #1562
🛠 Maintenance
- maint: update husky to v0.36.0 by @MikeGoldsmith in #1559
- maint: Add autogenerated comment to config templates by @MikeGoldsmith in #1564
- docs: update _router_otlp description by @JamieDanielson in #1565
- maint(deps): bump the minor-patch group across 1 directory with 17 updates by @dependabot in #1572
🤷 Other Changes
- maint: publish images to sippycup by @TylerHelmuth in #1557
- maint: Add stronger warning about TraceLocalityMode by @verythorough in #1568
- maint: use hpsf for strings by @TylerHelmuth in #1581
- maint: Bump dependencies by @kentquirk in #1579
- maint: prepare for 2.9.6 release by @VinozzZ in #1588
New Contributors
- @verythorough made their first contribution in #1568
Full Changelog: v2.9.5...v2.9.6