A server-side event stream aggregator for Hystrix metrics from distributed services.
Turbine is a server-side event stream aggregator developed by Netflix that collects and aggregates Hystrix metrics from distributed services. It provides real-time monitoring of circuit breakers and service health across microservices architectures by combining multiple streams into a single consolidated view.
Developers and operations teams working with microservices architectures who need to monitor Hystrix circuit breakers and service health across distributed systems.
Turbine offers reliable, real-time aggregation of Hystrix metrics from multiple service instances, providing comprehensive visibility into distributed system health without requiring complex monitoring setup.
SSE Stream Aggregator
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Specifically designed to collect and combine Hystrix metrics, providing targeted real-time monitoring for Netflix's circuit breaking patterns, as highlighted in its key features.
Enables live streaming of circuit breaker states and service health indicators, allowing immediate visibility into distributed system performance without delays.
Can be run as a standalone executable or embedded as a library, with clear Maven and Ivy dependency examples in the README for easy integration.
Built following Netflix's operational excellence principles, ensuring reliability and scalability in real-world microservices architectures, as noted in its philosophy.
Depends on Hystrix, which is no longer actively maintained by Netflix, making Turbine less future-proof and potentially unsupported for new projects.
Requires Java 8 or later and primarily integrates with Java-based services, restricting use in polyglot or serverless environments without extensive customization.
Full documentation is hosted in a separate Wiki, which may be outdated or less accessible compared to integrated docs, as mentioned in the README section.