Netflix / Hystrix

Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
23.98k stars 4.7k forks source link

Hystrix-servo-metrics-publisher does not publish "requestCount" in the metrics. #2015

Open kAgotsi opened 3 years ago

kAgotsi commented 3 years ago

Hello, I am currently using hystrix-servo-metrics-publisher 1.5.18 to publish the Hystrix data, I find that it does not publish the "requestCount" in the data that is returned to me.

Do you have any idea how to fix this? Thanks