-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add working-set and page-fault metrics #666
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #666 +/- ##
==========================================
+ Coverage 86.61% 86.62% +0.01%
==========================================
Files 197 197
Lines 10748 10757 +9
==========================================
+ Hits 9309 9318 +9
Misses 1110 1110
Partials 329 329
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Could you please add signalfx translations after to:
It can be done as a separate PR |
Please add kubeletstats receiver to the commit message |
Done. |
Separate PR: #679 |
* Bump golangci-lint to 1.25 * Skip the "unused" linter when running golangci-lint in --fix mode This linter seems to provide bogus fix-up information to golangci-lint, which results in file corruption instead of fixing the issue. Since we are going to run the linter again anyway, but without the --fix mode, skip the "unused" linter explicitly for the first run - it will still have a chance to report errors on the second run.
The CI is not able to catch many documentation problems because we are ignoring warnings. This commit fixes most of the warnings, ignores the rest and enables a flag to treat them as errors. Co-authored-by: Diego Hurtado <[email protected]>
Description: Adds memory working set, page faults, and major page faults metrics to kubeletstats receiver.
Testing: Unit tests added using test fixtures recorded from minikube.