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

cockpit: Implement PCP metrics channel in the Python bridge #20049

Merged
merged 1 commit into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. cockpit: Implement PCP metrics channel in the Python bridge

    The Python bridge still used the separate `cockpit-pcp` bridge for
    metrics gathering. For us to remove the full C bridge implementation the
    separate PCP bridge also has to be rewritten.
    
    This rewrite is a more or less Python copy of the C implementation using
    the Python PCP module. Even though the Python PCP module offers a
    "higher level" fetchGroup API but preliminary testing has found this has
    some issues with changing multi instance values and instances can not be
    omitted with a fetch group (but this can be done in our own code)
    
    Co-Authored-By: Allison Karlitskaya <[email protected]>
    Co-Authored-By: Tomas Matus <[email protected]>
    3 people committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5e5f3f2 View commit details
    Browse the repository at this point in the history