Skip to content

GitLab Next

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • omnibus-gitlab omnibus-gitlab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 979
    • Issues 979
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 60
    • Merge requests 60
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • omnibus-gitlabomnibus-gitlab
  • Merge requests
  • !2493

Add support for PgBouncer Exporter

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Stan Hu requested to merge sh-add-golang-pgbouncer-exporter into master May 01, 2018
  • Overview 17
  • Commits 4
  • Pipelines 14
  • Changes 17

This ships support for my forked version of the Golang pgbouncer_exporter (https://github.com/stanhu/pgbouncer_exporter/), which fixes a number of issues with https://github.com/larseen/pgbouncer_exporter:

  • Fixes the metric names to adhere to Prometheus naming standards
  • Removes exporting of average and rate metrics, since Prometheus can handle this
  • Supports multiple databases with different users (the upstream version would just fail to report any metrics)
  • Ignores any non-UTF8 database or usernames. This was happening on the GPRD PgBouncer node.

This is part of gitlab-com/database#27 (closed).

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: sh-add-golang-pgbouncer-exporter