Skip to content
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

[dbnode] Add Prometheus process collector with open FD reporting disabled #1648

Merged
merged 2 commits into from
May 20, 2019

Conversation

robskillington
Copy link
Collaborator

What this PR does / why we need it:

Recently we introduced a more optimized open FD reporter to replace the Prometheus collector which exhibited significant load querying open FDs by the process. This however removed some stats that some existing dashboards currently rely on. This adds those back with a modified version of the collector that turns off open FD reporting.

Special notes for your reviewer:

Does this PR introduce a user-facing and/or backwards incompatible change?:

NONE

Does this PR require updating code package or user-facing documentation?:

NONE

@codecov
Copy link

codecov bot commented May 20, 2019

Codecov Report

Merging #1648 into master will increase coverage by <.1%.
The diff coverage is 82.8%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1648     +/-   ##
========================================
+ Coverage    72.3%   72.3%   +<.1%     
========================================
  Files         962     963      +1     
  Lines       80157   80260    +103     
========================================
+ Hits        57967   58053     +86     
- Misses      18398   18406      +8     
- Partials     3792    3801      +9
Flag Coverage Δ
#aggregator 82.4% <ø> (ø) ⬆️
#cluster 85.7% <ø> (ø) ⬆️
#collector 63.9% <ø> (ø) ⬆️
#dbnode 80.1% <ø> (-0.1%) ⬇️
#m3em 73.2% <ø> (ø) ⬆️
#m3ninx 74.1% <ø> (ø) ⬆️
#m3nsch 51.1% <ø> (ø) ⬆️
#metrics 17.6% <ø> (ø) ⬆️
#msg 74.7% <ø> (ø) ⬆️
#query 67.9% <ø> (ø) ⬆️
#x 86.3% <82.8%> (-0.1%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 79ee9f5...8c1a754. Read the comment docs.

@codecov
Copy link

codecov bot commented May 20, 2019

Codecov Report

Merging #1648 into master will increase coverage by <.1%.
The diff coverage is 82.8%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1648     +/-   ##
========================================
+ Coverage    72.3%   72.3%   +<.1%     
========================================
  Files         962     963      +1     
  Lines       80157   80260    +103     
========================================
+ Hits        57967   58044     +77     
- Misses      18398   18415     +17     
- Partials     3792    3801      +9
Flag Coverage Δ
#aggregator 82.4% <ø> (ø) ⬆️
#cluster 85.7% <ø> (ø) ⬆️
#collector 63.9% <ø> (ø) ⬆️
#dbnode 80.1% <ø> (-0.1%) ⬇️
#m3em 73.2% <ø> (ø) ⬆️
#m3ninx 74.1% <ø> (ø) ⬆️
#m3nsch 51.1% <ø> (ø) ⬆️
#metrics 17.6% <ø> (ø) ⬆️
#msg 74.7% <ø> (ø) ⬆️
#query 67.9% <ø> (ø) ⬆️
#x 86.3% <82.8%> (-0.1%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 79ee9f5...71c5728. Read the comment docs.

Copy link
Contributor

@richardartoul richardartoul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@robskillington robskillington merged commit bd3c994 into master May 20, 2019
@robskillington robskillington deleted the r/add-modified-prom-process-reporter branch May 20, 2019 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants