From cb1cd7c90fd1e4d1aa015254f86f0b26eee3120d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 4 Jan 2016 21:05:30 +0000 Subject: Fix dns_querie_count to dns_query_count --- prometheus_pgbouncer_exporter/collectors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prometheus_pgbouncer_exporter/collectors.py') 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': ( -- cgit v1.2.3