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

[hystrix-contrib/hystrix-clj] Making Command keys quantified by namespaces. #181

Merged

Commits on Sep 25, 2013

  1. Command key should be fully quantified.

    This improves the Hystrix dashboard reporting information. 
    
    If you have two fns with the same name in different namespaces,
    their command key will be the same. This messes up any monitoring using the Hystrix dashboard.
    It is also confusing that circuit breakers are only shown by their command key. 
    Namespaces provide more useful information in reporting.
    josephwilk committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    b605c91 View commit details
    Browse the repository at this point in the history