Questions tagged [hystrix-dashboard]

Although no longer maintained by its original author Netflix, Hystrix Dashboard still exists in various forms:

Example

Below a screenshot of Hystrix Dashboard in action:

Screenshot of Hystrix Dashboard

16 questions
5
votes
5 answers

Unable to connect to Command Metric Stream. in Hystrix Dashboard issue

Before posting this question, I went through numerous links like : Unable to connect to Command Metric Stream for Hystrix Dashboard with Spring Cloud and Unable to connect to Command Metric Stream in Spring Cloud + Hystrix + Turbine - MIME type…
PAA
  • 1
  • 46
  • 174
  • 282
4
votes
2 answers

Spring cloud Netflix-Hystrix gradle dependency not allowing spring boot application to start

I have built simple microservice application using Spring-Boot and Eureka server. Now, I want to add fault-tolerance in case any of service registered in Eureka server is down. So, I used netflix-hystrix gradle dependency. But that dependency caused…
Ajay
  • 917
  • 3
  • 12
  • 26
3
votes
1 answer

hystrix dashboard doesnt load metrix

Experts, In my spring boot 2.5.5 project with spring cloud version2020.0.4 and have configured Hystrix dashboard with the following dependency org.springframework.cloud
Tokyo
  • 201
  • 1
  • 5
  • 18
3
votes
3 answers

Hystrix dashboard always showing loading screen

I have developed Micro service application using Netflix-OSS libraries. I am facing issue on Hystrix dashboard running on localhost:9091/hystrix. I want to monitor request metrics between Micro service-A and Micro service-B. Endpoint…
2
votes
1 answer
2
votes
2 answers

Field properties in org.springframework.cloud.netflix.turbine.stream.TurbineStreamAutoConfiguration required a bean of type

I went through links like: Spring Boot + Eureka Server + Hystrix with Turbine: empty turbine.stream, but still did not worked for me. This question is continuation of Unable to connect to Command Metric Stream. in Hystrix Dashboard issue. My source…
PAA
  • 1
  • 46
  • 174
  • 282
2
votes
1 answer

Request level monitoring for hystrix stream

Does hystrix support request level monitoring. For example, I have certain types of requests which I send to a single external API. Request A : CITY REQUEST | Request B : COUNTRY REQUEST | Request C : GLOBAL REQUEST I want to monitor these types of…
1
vote
0 answers

Hystrix Dashboard displays Loading

I am using Hystrix and Hystrix Dashboard to view errors. While the hystrix stream works file, the Hystrix dashboard shows the "Loading..." msg and does not display failures or charts. Annotations used in…
1
vote
0 answers

Is really Spring Cloud Hystrix project deprecated?

How we can use Hystrix in spring cloud project whereas the spring current version does not support this circuit breaker and suggests Resilience4j. In other words using Resilience4j , how it is possible to apply additional capabilities such dashboard…
1
vote
2 answers

Hystrix Dashboarding in Node.js Services?

Is there any functionality in Node.js to stream hystrix events from Node.js services to monitor it on a dashboard.
1
vote
1 answer

hystrix dashboard doesnt load

I can see hystrix dashboard with : http://localhost:8081/hystrix Also I see my circuits break and fallback methods working as well Yet I can't see my application's data at : http://localhost:8081/actuator/hystrix.stream When I look at…
Ali D.A.
  • 144
  • 1
  • 2
  • 10
0
votes
0 answers

Failed to process import candidates for configuration class [com.cloud.hystrix.HystrixDashboardApplication]

Failed to process import candidates for configuration class [com.cloud.hystrix.HystrixDashboardApplication]: Failed to introspect Class [org.springframework.cloud.netflix.hystrix.dashboard.HystrixDashboardConfiguration] from ClassLoader…
0
votes
0 answers

how to set maxConcurrentConnections config in Hystrix Stream in Dropwizard project

I am using com.netflix.hystrix:hystrix-metrics-event-stream:1.5.12 maven dependency to get hystrix metric stream. If I keep on reloading page continuously, some-times application is throwing 503. reason for that I found…
0
votes
1 answer

org.springframework.cloud.netflix.hystrix.dashboard.HystrixDashboardConfiguration$ProxyStreamServlet.doGet - Spring Cloud Turbine Streams

I'm working on Spring Boot v2.2.6.RELEASE + Eureka + Cloud Config + Hystrix + Turbine Example. Insipration from the https://app.pluralsight.com/course-player?clipId=771ae7a6-e2eb-465a-b7ea-99c8a5531a43. In this example, I'm looking to aggregate the…
PAA
  • 1
  • 46
  • 174
  • 282
0
votes
1 answer

Spring Boot v2.2.6.RELEASE and Turbine - Unable to aggregate the metrix

I am working on Spring Boot v2.2.6.RELEASE + Eureka + Hystrix and Turbine. Before posting this question I went through many links like: Spring Boot Turbine Spring Boot + Eureka Server + Hystrix with Turbine: empty turbine.stream Turbine Dashboard…
PAA
  • 1
  • 46
  • 174
  • 282
1
2