com.netflix.hystrix.contrib.metrics.eventstream
Class HystrixMetricsPoller

java.lang.Object
  extended by com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller

public class HystrixMetricsPoller
extends java.lang.Object

Polls Hystrix metrics and writes them to an HttpServletResponse.


Constructor Summary
HystrixMetricsPoller(int delay)
           
 
Method Summary
 boolean isRunning()
           
 void start(javax.servlet.http.HttpServletResponse httpResponse)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HystrixMetricsPoller

public HystrixMetricsPoller(int delay)
Method Detail

start

public void start(javax.servlet.http.HttpServletResponse httpResponse)

stop

public void stop()

isRunning

public boolean isRunning()