-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
3/3 Remove third_party PDH code #1870
3/3 Remove third_party PDH code #1870
Conversation
586e8d3
to
84ff40b
Compare
3580e00
to
e85eb8a
Compare
d49863b
to
84db5ec
Compare
84db5ec
to
d12b4dc
Compare
Codecov Report
@@ Coverage Diff @@
## master #1870 +/- ##
==========================================
+ Coverage 91.23% 91.26% +0.02%
==========================================
Files 272 272
Lines 16263 16263
==========================================
+ Hits 14838 14842 +4
+ Misses 998 996 -2
+ Partials 427 425 -2
Continue to review full report at Codecov.
|
@@ -2,7 +2,6 @@ | |||
# This is the code that we want to run tests for and lint, staticcheck, etc. | |||
ALL_SRC := $(shell find . -name '*.go' \ | |||
-not -path './testbed/*' \ | |||
-not -path '*/third_party/*' \ |
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.
I had made any third_party
directories get ignored (here and in .golangci.yaml
) when I originally added this PDH code. Not sure if I should remove this or if we should keep it anyway? There seemed to be a desire to keep third party code out of core, so I've opted to remove it for now, but also happy to revert.
Link to tracking Issue: #973
Description:
1. Add new perflib package
2. Migrate host metrics scrapers to use new package
3. Remove third_party PDH code
Depends on: #1835, #1836, #1868, #1869