This repository was archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
monitoring: add postgres_exporter process to dev and single server #6616
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d postgres grafana dashboard
How am I meant to review this? |
emidoots
reviewed
Nov 15, 2019
emidoots
approved these changes
Nov 15, 2019
ggilmore
approved these changes
Nov 15, 2019
there's follow-up PRs for the other two deploy contexts |
Codecov Report
@@ Coverage Diff @@
## master #6616 +/- ##
=========================================
- Coverage 39.1% 39.1% -0.01%
=========================================
Files 1224 1224
Lines 62673 62674 +1
Branches 6082 6082
=========================================
- Hits 24509 24508 -1
- Misses 35923 35926 +3
+ Partials 2241 2240 -1
|
beyang
pushed a commit
that referenced
this pull request
Nov 15, 2019
…6616) * monitoring: add postgres_exporter process to dev and single server and postgres grafana dashboard * prettier * pin postgres_exporter docker image
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds postgres_exporter process that exposes prometheus target with postgres metrics.
Adds postgres Grafana dashboard using these metrics.