-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Addition of pcp2openmetrics tool #1885
Conversation
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 nice work Lauren, comments inline.
2b98db4
to
95d85fd
Compare
95d85fd
to
dec074c
Compare
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 there's a few QA issues lurking still:
- the output in test 1131.out is not filtered (most labels)m
- 1827.out contains unfiltered domainname label value,
- not sure what "+Metric hinv.ncpu details (last fetch: 1707935533):" is? but it looks at least unfiltered, possibly just a debug diagnostic?
- maybe update the header comment in qa/1131 also to say it tests both pcp2json and pcp2openmetrics now
pcp2openmetrics.1 has some incorrect dates in the copyright notice as well.
Otherwise looking good I think.
dec074c
to
6f41451
Compare
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.
Just a few small QA things left, then this is good to go.
…rmat including three sets of revisions made from initial PR for pcp2openmetrics tool. Made several changes to qa tests to filter output.
6f41451
to
7c9a49d
Compare
Add tool pcp2openmetrics to support conversion of pcp metrics to open metric format.
Updated relevant QA tests to test basic functionality of tool as well as HTTP transfer function.
Updated pcp2json QA test 1589 to use a pythonserver instead of nc to test HTTP functionality.