Skip to content

Optimizing Histograms

Compare
Choose a tag to compare
@ahus1 ahus1 released this 02 Oct 16:58
· 110 commits to master since this release
  • Command Histograms can now be configured, and the buckets are now the default library buckets as provided by Hystrix (.005, .01, .025, .05, .075, .1, .25, .5, .75, 1, 2.5, 5, 7.5, 10) (#9)
  • The publisher can now be configured using a builder pattern using HystrixPrometheusMetricsPublisher.builder()/* ... */.buildAndRegister()
  • Rename rolling_max_active_threads to rolling_active_threads_max, rolling_count_threads_executed to rate(threads_executed_total), count_threads_executed to threads_executed_total.