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

Quiesce logging in pod for log generator workload #577

Merged
merged 1 commit into from
May 20, 2021

Commits on May 19, 2021

  1. Quiesce logging in pod for log generator workload

    This along with cloud-bulldozer/benchmark-wrapper#273
    helps suppress any unneeded logging in the pod, so that we can accurately and easily count
    the number of log emssages recevied in a backend like kafka merely by using the offsets.
    The plan is to deploy the log generator pods in a separate namesapce and forward those logs
    to a topic in kafka. That way we would be able to reliably count the messages received just
    by looking at kafka topic offset. Otherwise there would be other logs from the log generator pods
    as well as benchmark-operator pod that would make it hard to reliably count logs received just by
    kafka offset.
    
    Signed-off-by: Sai Sindhur Malleni <smalleni@redhat.com>
    smalleni committed May 19, 2021
    Configuration menu
    Copy the full SHA
    78e9d09 View commit details
    Browse the repository at this point in the history