v0.9.12-beta.4
Pre-release
Pre-release
kylelemons
released this
04 Nov 20:46
·
61 commits
to master
since this release
Important Notes
The latency buckets that are used for prometheus metrics have changed to reflect the baseplate spec. If you were using apdex-style queries with harded-coded le= buckets, these buckets will be changing. Let us know if you need help adjusting your queries to account for this.
What's Changed
- filewatcher: Implement support for directories by @fishy in #561
- chore: Remove deprecated 'slug' label by @nanassito in #566
- enable using the baseplate.spec default latency buckets by @ghirsch-reddit in #567
- Update default Go metrics by @SuperQ in #564
- Upgrade thrift to 0.17.0 by @fishy in #570
- breakerbp: Fix prometheus gauge by @fishy in #571
- Update gRPC metrics to match v2 and spec by @kylelemons in #572
- feat(secrets): support for csi directories by @Tediferous in #565
- httpbp: Set http.Server.ErrorLog by @fishy in #576
- thriftbp: Match thrift client pool metrics to baseplate spec by @fishy in #577
- [fix]
httpbp
middleware doesn't flush chunked responses by @adamthesax in #573 - thriftbp+httpbp: Rename the RecoverPanic middlewares by @fishy in #580
- Export the versions of Go modules linked into the binary by @kylelemons in #578
- kafkabp: Metrics cleanup by @fishy in #579
- thriftbp: Metrics cleanup by @fishy in #581
- Metrics cleanups in other packages by @fishy in #582
- maxprocs: Print newline after log by @mterwill in #583
- Make reregistration of prom metrics resilient to v0 + v2 by @kylelemons in #584
New Contributors
- @ghirsch-reddit made their first contribution in #567
- @Tediferous made their first contribution in #565
- @adamthesax made their first contribution in #573
Full Changelog: v0.9.11...v0.9.12-beta.4