Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
notionev
/
postgres_exporter
Public
forked from
prometheus-community/postgres_exporter
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
librarization
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 6, 2018
Fix linter issues.
wrouesnel
committed
a185383
Copy full SHA for a185383
Add alpha quality note about librarization
wrouesnel
committed
db1670f
Copy full SHA for db1670f
Correct fix for psql_up metric (broken by #162).
wrouesnel
committed
7d927a3
Copy full SHA for 7d927a3
Fix magefile exclusion handling.
wrouesnel
committed
c4cf666
Copy full SHA for c4cf666
Refactor PR #157 to fit the new repository format.
Show description for dfc6442
wrouesnel
committed
dfc6442
Copy full SHA for dfc6442
Refactor exporter so that it can be used as a library.
tamalsaha
authored and
wrouesnel
committed
2ab8f10
Copy full SHA for 2ab8f10
Commits on Mar 5, 2018
Ensure pg_up is always set to 0 when the initial database connection fails.
Show description for 4117fb2
wrouesnel
committed
4117fb2
Copy full SHA for 4117fb2
Refactor repository layout and convert build system to Mage.
Show description for 9894890
wrouesnel
committed
9894890
Copy full SHA for 9894890
Commits on Feb 20, 2018
In docker example both containers should run on the host net (#149)
Show description for 3e6cf08
schnipseljagd
authored and
wrouesnel
committed
3e6cf08
Copy full SHA for 3e6cf08
Commits on Feb 19, 2018
Add environment variable control for most command line options.
Show description for a52beb6
wrouesnel
committed
a52beb6
Copy full SHA for a52beb6
Add Content-Type to HTTP landing page.
Show description for 946aa5d
wrouesnel
committed
946aa5d
Copy full SHA for 946aa5d
Fix Makefile to produce .exe binaries for Windows.
Show description for 2148f35
wrouesnel
committed
2148f35
Copy full SHA for 2148f35
Commits on Feb 2, 2018
Update LICENSE
Show description for 6a9ddb2
wrouesnel
authored
6a9ddb2
Copy full SHA for 6a9ddb2
Add a couple of pre-instructions to the README file for the build process. (#152)
fjavierm
authored and
wrouesnel
committed
02718d0
Copy full SHA for 02718d0
fixed version parsing for Windows and EnterpriseDB (#151)
Show description for b0d5700
marcinbudny
authored and
wrouesnel
committed
b0d5700
Copy full SHA for b0d5700
Commits on Nov 30, 2017
Add cross-compilation Makefile targets and tar-based releases.
Show description for 5b9fea0
wrouesnel
committed
5b9fea0
Copy full SHA for 5b9fea0
Commits on Nov 29, 2017
Fix a pervasive misnaming of "this" to "cu".
Show description for 61b93a1
wrouesnel
committed
61b93a1
Copy full SHA for 61b93a1
Rename the last_scrape_connection_error metric to up.
Show description for f4bf817
wrouesnel
committed
f4bf817
Copy full SHA for f4bf817
Add test cases for unknown metric parsing.
wrouesnel
committed
6802f4b
Copy full SHA for 6802f4b
Add last_scrape_connection_error metric.
Show description for df3a71e
wrouesnel
committed
df3a71e
Copy full SHA for df3a71e
Add metric for user queries YAML file.
Show description for 93f9646
wrouesnel
committed
93f9646
Copy full SHA for 93f9646
Fix panic due to inconsistent label cardinality when using queries.yaml.
Show description for 214ce47
wrouesnel
committed
214ce47
Copy full SHA for 214ce47
Commits on Nov 27, 2017
fix invisibility of "/metrics"
nkonev
authored and
wrouesnel
committed
de30c01
Copy full SHA for de30c01
Commits on Oct 26, 2017
Removed unnecessary complexity in readme.md
Show description for 8b4d70a
einhverfr
authored and
wrouesnel
committed
8b4d70a
Copy full SHA for 8b4d70a
add rc-script for postgres_exporter
rp
authored and
wrouesnel
committed
0e9fccd
Copy full SHA for 0e9fccd
Update README.md
wrouesnel
committed
e3dbbe6
Copy full SHA for e3dbbe6
Update all dependencies.
Show description for 0e4c3ce
wrouesnel
committed
0e4c3ce
Copy full SHA for 0e4c3ce
Commits on Oct 23, 2017
Add support for attribute renames from Postgres 10.
wrouesnel
committed
5c04bc0
Copy full SHA for 5c04bc0
Remove localhost assumption for standalone tests.
wrouesnel
committed
9026088
Copy full SHA for 9026088
Fix regression where failed tests would still leave passing builds.
wrouesnel
committed
9770820
Copy full SHA for 9770820
Add PostgreSQL 10 to smoke-tests.
Show description for 2d3aa08
wrouesnel
committed
2d3aa08
Copy full SHA for 2d3aa08
Add tolerant version regex parsing to handle PostgreSQL 10.
Show description for cb4b628
wrouesnel
committed
cb4b628
Copy full SHA for cb4b628
Commits on Sep 20, 2017
fix shell usage in make file
matthias-kloeckner
authored and
wrouesnel
committed
6e3d130
Copy full SHA for 6e3d130
add coverage folder
matthias-kloeckner
authored and
wrouesnel
committed
4bee618
Copy full SHA for 4bee618
try to fix coverage location in travis
matthias-kloeckner
authored and
wrouesnel
committed
5a4b1a5
Copy full SHA for 5a4b1a5
Pagination
Previous
Next
You can’t perform that action at this time.