-
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
Add explicit capture threshold for container #15311
Add explicit capture threshold for container #15311
Conversation
@miq-bot add_label bug @simon3z @cben @moolitayer @zeari please review |
@miq-bot add_label providers/containers |
a847637
to
1abf18c
Compare
Checked commit yaacov@1abf18c with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@yaacov do you think you can try to run with this for a while to verify that rollups are happening consistently? |
np :-) |
@simon3z can we merge this ? |
@miq-bot add_label fine/yes @simon3z @blomquisg please review https://bugzilla.redhat.com/show_bug.cgi?id=1457765 target 5.8.2 |
@simon3z @blomquisg ping ^^ |
LGTM 👍 |
@blomquisg ping ^^ |
@Fryguy thoughts on extracting these types of settings to the individual providers? |
I'm hoping they go away or change dramatically in the rearchitecture, so let's pass on it. |
…container Add explicit capture threshold for container (cherry picked from commit 7a43f09) https://bugzilla.redhat.com/show_bug.cgi?id=1478428
Fine backport details:
|
…old-for-container Add explicit capture threshold for container (cherry picked from commit 7a43f09) https://bugzilla.redhat.com/show_bug.cgi?id=1478428
Description
The default capture_threshold value for the OpenShift object types container, container_group and node is 10 minutes (since these object types don't have their own capture_threshold definition in advanced settings). To maintain this rate of ems_metrics_collector message processing requires a large number of C&U Data Collector worker processes, which results in scaling several CFME appliances just to manage OpenShift Metrics.
This PR update the capture_threshold to 50 minutes.
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1457765