Skip to content

v0.9.12-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@kylelemons kylelemons released this 01 Nov 19:30
· 65 commits to master since this release
53a15ba

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

New Contributors

Full Changelog: v0.9.11...v0.9.12-beta.3