Maciej Ciołek
Maciej Ciołek
@zapletal-martin no problem, I am also a little lack of time. I think that the fastest way to start it the gitter - I was unable to find you, can...
@gabrielgiussi here are the answers to your questions: > This isn't solved with Snapshots? You are right, it can be solved with Snapshots. I was thinking about the situation if...
Hello, I am interested in implementing this statistics. My first idea was to extend current implementation of CircuitBreaker and add the method which will return the Source[CircuitBreakerEvent], but it will...
akka-stream-contrib looks good to me. I will collect all my ideas, as regards type of events which we would like to support for CircuitBreaker and present them here soon.
I collected all events, which seems to be useful for CircuitBreaker. @patriknw and others what do you think about the idea for adding time and tags to each event? Time...
I finally decided to removed this ExecutedEvent as you also noticed. It comes from Hystrix metrics documentation, but it is not necessary. I also added duration to Success / Failure...
Initial implementation which can be than used to expose metrics has been done by me here #22244
@patriknw I am currently working on exposing those metrics with Akka Streams at akka-contrib. As soon as #22244 is merged I will create PR with CircuitBreakerMetrics. WIP can be checked...
Exactly, I will contribute the rest of this soon
@patriknw could you please take a look at this PR: https://github.com/akka/akka/pull/22725?