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
    Constructor
    Description
     
    HystrixMetrics​(int port, String path)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    start​(io.vertx.core.Promise<Void> startPromise)
     

    Methods inherited from class io.vertx.core.AbstractVerticle

    config, deploymentID, getVertx, init, processArgs, start, stop, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HystrixMetrics

      public HystrixMetrics()
    • HystrixMetrics

      public HystrixMetrics(int port, String path)
  • Method Details

    • start

      public void start(io.vertx.core.Promise<Void> startPromise) throws Exception
      Specified by:
      start in interface io.vertx.core.Verticle
      Overrides:
      start in class io.vertx.core.AbstractVerticle
      Throws:
      Exception