-
Notifications
You must be signed in to change notification settings - Fork 897
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
metrics capture gap by ems #19506
metrics capture gap by ems #19506
Conversation
kicking |
5fe1fb6
to
5348628
Compare
5348628
to
6ca72b2
Compare
6ca72b2
to
26368fb
Compare
rebased to fix merge conflict |
kicking |
7d5bbdf
to
ecbe43e
Compare
currently the ui sends a zone to collect metric gaps this allows the ui to transition from zone to ems
ecbe43e
to
e103374
Compare
helped rubocop with fixing up the tools/metrics_capture_gap |
e103374
to
b6c9b62
Compare
update callers of perf_capture_gap to also support ems_id
b6c9b62
to
2fa123c
Compare
Checked commits kbrock/manageiq@25ca045~...2fa123c with ruby 2.5.5, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 nice
Extracted from #19492. This is part of the initiative towards ems centric collection (vs zone).
before
after
queue_captures
, the same method that regular metrics is done.note: Since there is typically 1 ems per zone, this change is pretty much a tomato/potatoe kind of thing. (But being ems centric buys us things down the line)