You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user creates multiple circuits in the same process, they should aggregate
their stats in the Hystrix stream.
Fixes: #125
Ref: #124
Now that we are piping all event data for all circuits through a single
`TransformStream`, a LOT of events are being listened for. I've bumped
the limit to 100.
In order to see all the metrics of the circuits on Hystrix Dashboard, we need a way to aggregate all the stats of the circuits created in one stream.
This is just a feature request based on issue #124
The text was updated successfully, but these errors were encountered: