-
Notifications
You must be signed in to change notification settings - Fork 514
Add ENABLE_BROKER_STATS to broker.conf #6389
base: master
Are you sure you want to change the base?
Conversation
LGTM. Would we want to update the help options or man pages to include this? |
Yeah. In fact, https://bugzilla.redhat.com/show_bug.cgi?id=1204251 already exists for the manpage. |
Repeated failure:
Looks like this might have to do with marketplace changes? @sallyom |
#3098 should fix that failure |
openshift-bot, please [test] again now that the site extended tests are fixed! |
@sallyom, would you mind editing your comment? The link to the already-merged PR in the li repository is confounding openshift-bot. |
@sallyom, never mind, false alarm! The tests are running despite the "Linked pull request 3098 in repo 'li' is not mergeable" warning. |
@pravisankar, I cherry-picked this old change from you because I noticed we had merged |
Re-[test] for what looks to be unrelated test failures. |
Looks like the same failures. Will need to investigate further. |
Rerebased. |
Rererebased. |
Add instrumentation in the controller to log Passenger memory usage statistics after every request. Add ENABLE_BROKER_STATS setting (default false) to /etc/openshift/broker.conf to enable collecting and logging of these statistics. These log entries can be used by the oo-plot-broker-stats command, added in commit 10d6463, to generate data for gnuplot.
Correctly rererebased. |
Evaluated for online test up to c4dcfb2 |
Online Test Results: FAILURE (https://ci.dev.openshift.redhat.com/jenkins/job/test_pull_requests/9376/) (Extended Tests: broker, site) |
Add instrumentation in the controller to log Passenger memory usage statistics after every request.
Add
ENABLE_BROKER_STATS
setting (default false) to/etc/openshift/broker.conf
to enable collecting and logging of these statistics.These log entries can be used by the
oo-plot-broker-stats
command, added in commit 10d6463, to generate data for gnuplot.openshift-bot, please [test] [extended:broker,site]!