debian-mirror-gitlab/doc/administration/monitoring/prometheus/pgbouncer_exporter.md

35 lines
1.2 KiB
Markdown
Raw Normal View History

2020-05-24 23:13:21 +05:30
---
stage: Monitor
2021-04-29 21:17:54 +05:30
group: Monitor
2021-02-22 17:27:13 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2020-05-24 23:13:21 +05:30
---
2021-03-11 19:13:27 +05:30
# PgBouncer exporter **(FREE SELF)**
2019-07-31 22:56:46 +05:30
2020-06-23 00:09:42 +05:30
> Introduced in [Omnibus GitLab 11.0](https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/2493).
The [PgBouncer exporter](https://github.com/prometheus-community/pgbouncer_exporter) enables
you to measure various [PgBouncer](https://www.pgbouncer.org/) metrics.
2019-07-31 22:56:46 +05:30
2021-01-03 14:25:43 +05:30
For installations from source you must install and configure it yourself.
2019-07-31 22:56:46 +05:30
To enable the PgBouncer exporter:
2020-06-23 00:09:42 +05:30
1. [Enable Prometheus](index.md#configuring-prometheus).
1. Edit `/etc/gitlab/gitlab.rb`.
1. Add (or find and uncomment) the following line, making sure it's set to `true`:
2019-07-31 22:56:46 +05:30
2019-09-30 21:07:59 +05:30
```ruby
pgbouncer_exporter['enable'] = true
```
2019-07-31 22:56:46 +05:30
2020-06-23 00:09:42 +05:30
1. Save the file and [reconfigure GitLab](../../restart_gitlab.md#omnibus-gitlab-reconfigure)
for the changes to take effect.
2019-07-31 22:56:46 +05:30
2021-02-22 17:27:13 +05:30
Prometheus begins collecting performance data from the PgBouncer exporter
2020-06-23 00:09:42 +05:30
exposed at `localhost:9188`.
2019-07-31 22:56:46 +05:30
2021-02-22 17:27:13 +05:30
The PgBouncer exporter is enabled by default if the
2020-06-23 00:09:42 +05:30
[`pgbouncer_role`](https://docs.gitlab.com/omnibus/roles/#postgresql-roles)
2020-04-22 19:07:51 +05:30
role is enabled.