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

Enable Hystrix Dashboard to monitor multiple independent applications #959

Merged
merged 1 commit into from
Nov 13, 2015

Conversation

Assk
Copy link
Contributor

@Assk Assk commented Oct 29, 2015

Create a list of hystrix streams to monitor and monitor them independently
using a monitor page.

Backward compatible with existing monitor web url bookmarks.

Implements #906.

Create a list of hystrix streams to monitor and monitor them independently
using a monitor page.

Backward compatible with existing monitor web url bookmarks.

Implements Netflix#906.
@cloudbees-pull-request-builder

NetflixOSS » Hystrix » Hystrix-pull-requests #235 SUCCESS
This pull request looks good

@Assk
Copy link
Contributor Author

Assk commented Oct 29, 2015

I am not sure about why the test cases have failed. Travis build at the fork has succeeded with this commit.

@mattrjacobs
Copy link
Contributor

Thanks for the PR, @sasrin . I agree that the failing tests are unrelated. I'll take a look at seeing why CI is unhappy with them.

I'll also play with the dashboard in your PR and give feedback there. If any other dashboard users want to give feedback, that would be very helpful as well

@Assk
Copy link
Contributor Author

Assk commented Oct 30, 2015

@mattrjacobs ... sounds good. thank you.

@mattrjacobs
Copy link
Contributor

@sasrin My apologies for the delay on reviewing this. It looks like it works as expected to me. I can definitely imagine this would be very beneficial to many users - thanks for the contribution!

I pointed at 2 instances that have a large number of commands (~200) and the dashboard performance was fairly slow. So I don't think this can be used in all cases, but I'm sure it will help certain applications.

There's no reason it can't be used as before (single stream), so my strong inclination is to merge this. Does anybody object to merging this?

mattrjacobs added a commit that referenced this pull request Nov 13, 2015
Enable Hystrix Dashboard to monitor multiple independent applications
@mattrjacobs mattrjacobs merged commit fd570ad into Netflix:master Nov 13, 2015
@Assk
Copy link
Contributor Author

Assk commented Nov 18, 2015

@mattrjacobs Thank you for accepting this pull request.

I pointed at 2 instances that have a large number of commands (~200) and the dashboard performance was fairly slow. So I don't think this can be used in all cases, but I'm sure it will help certain applications.

Agree with you about the slowness in refreshing the metrics and I did see similar behavior when I monitored six of our applications(approx. total of 35 endpoints to monitor) with a delay of few milliseconds rather than the default delay of 2 seconds.

chrisgray pushed a commit to yammer/breakerbox that referenced this pull request Nov 23, 2015
Streams, which breakerbox doesn't use, but the concept is nice.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants