This file is indexed.

/etc/prometheus-pgbouncer-exporter.conf is in prometheus-pgbouncer-exporter 1.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# The configuration for the prometheus-pgbouncer-exporter can be specified in
# the command line arguments, environmental variables, or a configuration file.
#
# By default, this file contains comments detailing some of the the default
# configuration values. If you don't want to use the default, uncomment and
# change the configuration value.

# Host on which to expose metrics
#host = 0.0.0.0

# Port on which to expose metrics
#port = 9127

# Port to connect to pgbouncer
#pgbouncer-port = 6432

# User to connect to pgbouncer with
#pgbouncer-user = pgbouncer

# Host on which to connect to pgbouncer, default is to connect to via a socket
# to the local machine
#pgbouncer-host =

# Databases to report metrics for, if this is not specified, all metrics will
# be reported. For example, if you want to export data from the pgbouncer and
# test databases:
#database = [pgbouncer, test]