Commit 1e7bd8b4 authored by Craig Norris's avatar Craig Norris

Merge branch 'docs-aqualls-pgbouncer' into 'master'

Docs: Style updates for pgbouncer page

See merge request gitlab-org/gitlab!33880
parents 2b41f53e 118371e1
...@@ -6,29 +6,30 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -6,29 +6,30 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# PgBouncer exporter # PgBouncer exporter
>**Note:** > Introduced in [Omnibus GitLab 11.0](https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/2493).
Available since [Omnibus GitLab 11.0](https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/2493).
For installations from source you'll have to install and configure it yourself. The [PgBouncer exporter](https://github.com/prometheus-community/pgbouncer_exporter) enables
you to measure various [PgBouncer](https://www.pgbouncer.org/) metrics.
The [PgBouncer exporter](https://github.com/prometheus-community/pgbouncer_exporter) allows you to measure various PgBouncer metrics. NOTE: **Note:**
For installations from source you'll have to install and configure it yourself.
To enable the PgBouncer exporter: To enable the PgBouncer exporter:
1. [Enable Prometheus](index.md#configuring-prometheus) 1. [Enable Prometheus](index.md#configuring-prometheus).
1. Edit `/etc/gitlab/gitlab.rb` 1. Edit `/etc/gitlab/gitlab.rb`.
1. Add or find and uncomment the following line, making sure it's set to `true`: 1. Add (or find and uncomment) the following line, making sure it's set to `true`:
```ruby ```ruby
pgbouncer_exporter['enable'] = true pgbouncer_exporter['enable'] = true
``` ```
1. Save the file and [reconfigure GitLab](../../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to 1. Save the file and [reconfigure GitLab](../../restart_gitlab.md#omnibus-gitlab-reconfigure)
take effect. for the changes to take effect.
Prometheus will now automatically begin collecting performance data from Prometheus will now begin collecting performance data from the PgBouncer exporter
the PgBouncer exporter exposed under `localhost:9188`. exposed at `localhost:9188`.
The PgBouncer exporter will also be enabled by default if the [`pgbouncer_role`](https://docs.gitlab.com/omnibus/roles/#postgres-roles) The PgBouncer exporter will also be enabled by default if the
[`pgbouncer_role`](https://docs.gitlab.com/omnibus/roles/#postgresql-roles)
role is enabled. role is enabled.
[← Back to the main Prometheus page](index.md)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment