postgres_exporter/collector
Ben Kochie bad8b233d8 Cleanup collectors (#826)
Fix up `replication` and `process_idle` Update input params to match
the rest of the collectors.

Signed-off-by: SuperQ <superq@gmail.com>
2023-07-21 14:18:57 -04:00
..
collector.go Add the instance struct to handle connections 2023-06-21 20:36:59 -04:00
collector_test.go Move queries from queries.yaml to collectors (#801) 2023-06-08 23:28:04 +02:00
instance.go Add the instance struct to handle connections 2023-06-21 20:36:59 -04:00
pg_database.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_database_test.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_postmaster.go Bug Fix: Fix lingering type issues (#828) 2023-07-21 14:07:24 -04:00
pg_postmaster_test.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_process_idle.go Cleanup collectors (#826) 2023-07-21 14:18:57 -04:00
pg_replication.go Cleanup collectors (#826) 2023-07-21 14:18:57 -04:00
pg_replication_slot.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_replication_slot_test.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_replication_test.go Cleanup collectors (#826) 2023-07-21 14:18:57 -04:00
pg_stat_bgwriter.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_stat_bgwriter_test.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_stat_database.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_stat_database_test.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_stat_statements.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_stat_statements_test.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_stat_user_tables.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_stat_user_tables_test.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_statio_user_tables.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_statio_user_tables_test.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
probe.go Add the instance struct to handle connections 2023-06-21 20:36:59 -04:00