diff options
-rw-r--r-- | prometheus_pgbouncer_exporter/cli.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/prometheus_pgbouncer_exporter/cli.py b/prometheus_pgbouncer_exporter/cli.py index 2da21c1..c6f4d24 100644 --- a/prometheus_pgbouncer_exporter/cli.py +++ b/prometheus_pgbouncer_exporter/cli.py @@ -32,9 +32,6 @@ from .collectors import StatsCollector, ListsCollector, PoolsCollector, \ def main(): p = configargparse.ArgParser( prog="prometheus-pgbouncer-exporter", - default_config_files=[ - '/etc/prometheus-pgbouncer-exporter/config', - ], ) p.add( |