-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <allison.karlitskaya@redhat.com> Co-Authored-By: Tomas Matus <tomatus777@gmail.com>
- Loading branch information
1 parent
74f3569
commit fdf20b7
Showing
16 changed files
with
1,360 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.