Registry / observability / spring-cloud-starter-netflix-hystrix-dashboard

spring-cloud-starter-netflix-hystrix-dashboard

JSON →
library2.2.10.RELEASEjavamavenunverified

Spring Cloud starter for Netflix Hystrix Dashboard, providing monitoring and visualization of Hystrix circuit breakers.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-hystrix-dashboard</artifactId> <version>2.2.10.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-START
S
spring-cloud-starter-netflix-hystrix-dashboard
observabilityjavav2.2.10.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HystrixDashboardController
org.springframework.cloud.netflix.hystrix.dashboard.HystrixDashboardController

Enables Hystrix Dashboard in a Spring Boot application.

import org.springframework.cloud.netflix.hystrix.dashboard.HystrixDashboardController; // Enable Hystrix Dashboard in Spring Boot application @EnableHystrixDashboard @SpringBootApplication public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); } }
Debug
Known issues
breakingHystrix Dashboard is in maintenance mode; consider using Micrometer and Grafana for monitoring.
fix
Migrate to Spring Cloud Circuit Breaker with Resilience4j and Micrometer.
affects: >=2.2.0
Upgrade
Version history
2.2.10.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
spring-cloud-starter-netflix-hystrix-dashboard — mvn dependency:get spring-cloud-starter-netflix-hystrix-dashboard · libregistry