failsafe-go icon indicating copy to clipboard operation
failsafe-go copied to clipboard

Add metrics support

Open jhalterman opened this issue 2 years ago • 3 comments

Add support for instrumenting different policies with metrics. This instrumentation could live in a separate package, such as how the HTTP support works, and can instrument policies using their event listeners.

jhalterman avatar Apr 12 '24 05:04 jhalterman

Is this adding support using Prometheus or OpenTelemetry?

gaby avatar Apr 14 '24 04:04 gaby

In actual Hystrix, there was also a Hystrix dashboard which was more real-time, but open telemetry would also work.

amanhigh avatar Oct 11 '24 04:10 amanhigh