Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow multiple circuits to aggregate stats #140

Merged
merged 12 commits into from
Mar 18, 2018

Commits on Mar 5, 2018

  1. feat: allow multiple circuits to aggregate stats

    If a user creates multiple circuits in the same process, they should aggregate
    their stats in the Hystrix stream.
    
    Fixes: #125
    Ref: #124
    lance committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    b63569b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dcb5ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a4ee6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18f8d9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fec9e2 View commit details
    Browse the repository at this point in the history
  6. src: fix format of the data to actually work with Hystrix

    It was a regresssion...
    lance committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    1734f3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8f9489 View commit details
    Browse the repository at this point in the history
  8. doc: minor doc updates

    lance committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    7ba42dd View commit details
    Browse the repository at this point in the history
  9. fix: increase max listener count on hystrix stream

    Not sure how ideal this fix is, but now that we are piping all event data for
    all circuits through a single `TransformStream`, a LOT of events are being
    listened for.
    lance committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    f3eee2e View commit details
    Browse the repository at this point in the history
  10. src: lint examples dir

    lance committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    1a5638e View commit details
    Browse the repository at this point in the history
  11. src: bump max listeners more

    lance committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    3755cb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Configuration menu
    Copy the full SHA
    6cfe7df View commit details
    Browse the repository at this point in the history