diff options
Diffstat (limited to 'prometheus_pgbouncer_exporter')
-rw-r--r-- | prometheus_pgbouncer_exporter/collectors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prometheus_pgbouncer_exporter/collectors.py b/prometheus_pgbouncer_exporter/collectors.py index 75aef90..1ab09a7 100644 --- a/prometheus_pgbouncer_exporter/collectors.py +++ b/prometheus_pgbouncer_exporter/collectors.py @@ -105,7 +105,7 @@ class ListsCollector(PgBouncerCollector): "", ), 'dns_queries': ( - 'dns_querie_count', + 'dns_query_count', "", ), 'dns_pending': ( |