Package com.netflix.hystrix.contrib.metrics.eventstream

Class Summary
HystrixMetricsPoller Polls Hystrix metrics and writes them to an HttpServletResponse.
HystrixMetricsStreamServlet Streams Hystrix metrics in text/event-stream format.
SynchronizedHttpServletResponse Thread-safe HttpResponse wrapper to allow multi-threaded services (such as progressive, asynchronous rendering) to have multiple threads writing to the stream.