Class HystrixMetrics
java.lang.Object
io.vertx.core.AbstractVerticle
de.wuespace.telestion.services.monitoring.HystrixMetrics
- All Implemented Interfaces:
io.vertx.core.Verticle
public final class HystrixMetrics
extends io.vertx.core.AbstractVerticle
A verticle which streams the hystrix-metrics to a given address. You could view it using the hystrix-dashboard
(https://github.com/kennedyoliveira/standalone-hystrix-dashboard)
-
Field Summary
Fields inherited from class io.vertx.core.AbstractVerticle
context, vertx
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.vertx.core.AbstractVerticle
config, deploymentID, getVertx, init, processArgs, start, stop, stop
-
Constructor Details
-
HystrixMetrics
public HystrixMetrics() -
HystrixMetrics
-
-
Method Details
-
start
- Specified by:
start
in interfaceio.vertx.core.Verticle
- Overrides:
start
in classio.vertx.core.AbstractVerticle
- Throws:
Exception
-