Hystrix has a comprehensive solution for aggregating streams of metrics from each service and monitoring and visualization of the stats thereof. There are companion projects such as Turbine, which enables event-stream aggregations and dashboards to monitor various commands in a single view, as shown in the following diagram:
Turbine's architecture is depicted here:
With hystrix-go, it is easy to set up the plumbing to send the streams of server-sent event (SSE) JSON that form ...