- withAdminStreamUri(String) - Method in class org.zapodot.hystrix.bundle.HystrixBundle.Builder
-
Configure the path that the HystrixMetricsStreamServlet will be mapped to in the admin context
- withApplicationStreamPath(String) - Method in class org.zapodot.hystrix.bundle.HystrixBundle.Builder
-
Enables the registration of the HystrixMetricsStreamServlet in the application context
- withDefaultSettings() - Static method in class org.zapodot.hystrix.bundle.HystrixBundle
-
Creates a bundle instance with default settings i.e the HystrixMetricsStreamServlet will be added to
the admin context mapped by the @{link #DEFAULT_STREAM_PATH} path and the Hystrix to
DropWizard metrics publisher is enabled
- withMetricsPublisherPredicate(HystrixBundle.MetricsPublishPredicate) - Method in class org.zapodot.hystrix.bundle.HystrixBundle.Builder
-
Allows clients to specify some other way of specifying whether Hystrix metrics should be published or not