-
-
Notifications
You must be signed in to change notification settings - Fork 245
pmdaopentelemetry: new pmda for opentelemetry metrics #2197
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
base: main
Are you sure you want to change the base?
Conversation
Some of the python code can be cleaned up according to pylint: $ pylint src/pmdas/opentelemetry/pmdaopentelemetry.python Your code has been rated at 9.81/10 $ pylint qa/opentelemetry/opentelemetry_endpoint.python Your code has been rated at 8.86/10 |
29951d4
to
35e1901
Compare
src/pmns/stdpmid.pcp
Outdated
HDB 88 | ||
======= | ||
>>>>>>> 29951d497 (pmdaopentelemetry: new pmda for otel metrics) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lmchilton this failed merge snippet is the reason all the CI checks are failing. You want to keep the HDB line and drop the <<<===>>> lines, then CI will proceed further.
Addition of OpenTelemetry PMDA - domain num 164. Supports ingestion of OpenTelemetry data and conversion to PCP metrics. PMDA supports dynamic metric addition and removal congruent to source entries in the configuration directory. Relevent QA tests were added. Addition and update of new pmdaopentelemetry manpage. Updated spec files with new package info.
Addition of OpenTelemetry PMDA - domain num 88. Supports ingestion of OpenTelemetry data and conversion to PCP metrics. PMDA supports dynamic metric addition and removal congruent to source entries in the configuration directory. Relevent QA tests were added. Addition
and update of new pmdaopentelemetry manpage.