postgres_exporter/collector
Felix Yuan 2402783205
Bugfix: Make statsreset nullable (#877)
* Stats_reset as null seems to actually be legitimate for new databases,
so don't fail for it

---------

Signed-off-by: Felix Yuan <felix.yuan@reddit.com>
Co-authored-by: Ben Kochie <superq@gmail.com>
2023-08-24 09:51:26 +02:00
..
collector_test.go Gitlab Collector: Wal Receiver Collector and Test (#844) 2023-07-21 14:42:08 -04:00
collector.go Delay database connection until scrape (#882) 2023-08-23 17:33:47 -04:00
instance.go Delay database connection until scrape (#882) 2023-08-23 17:33:47 -04:00
pg_database_test.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_database_wraparound_test.go Gitlab collector: Database wraparound collector and test (#834) 2023-07-14 22:42:12 +02:00
pg_database_wraparound.go Gitlab collector: Database wraparound collector and test (#834) 2023-07-14 22:42:12 +02:00
pg_database.go Improve linting (#861) 2023-07-06 13:08:45 +02:00
pg_locks_test.go Migrate pg_locks to collector package (#817) 2023-06-27 15:59:30 +02:00
pg_locks.go Migrate pg_locks to collector package (#817) 2023-06-27 15:59:30 +02:00
pg_postmaster_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-06-27 20:18:02 +02:00
pg_process_idle.go Include all idle processes in the process idle metrics 2023-07-06 08:48:59 +01: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_slot.go Improve linting (#861) 2023-07-06 13:08:45 +02:00
pg_replication_test.go Cleanup collectors (#826) 2023-06-27 16:40:12 +02:00
pg_replication.go Fix replication collector 2023-07-03 17:51:50 +01:00
pg_stat_activity_autovacuum_test.go Gitlab Collector: Autovacuum collector and test (#840) 2023-07-21 14:41:25 -04:00
pg_stat_activity_autovacuum.go Gitlab Collector: Autovacuum collector and test (#840) 2023-07-21 14:41:25 -04:00
pg_stat_bgwriter_test.go Fix untyped integer overflows on 32-bit archs (#857) 2023-07-05 15:10:47 +02: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_database_test.go Bugfix: Make statsreset nullable (#877) 2023-08-24 09:51:26 +02:00
pg_stat_database.go Bugfix: Make statsreset nullable (#877) 2023-08-24 09:51:26 +02:00
pg_stat_statements_test.go Handle new pg_stat_statements column names (#874) 2023-07-25 16:20:37 +02:00
pg_stat_statements.go Fixup new pg_stats_statements query (#876) 2023-07-25 22:36:51 +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_stat_user_tables.go Bug fix: Make collector not fail on null values (#823) 2023-06-27 08:07:59 +02:00
pg_stat_walreceiver_test.go Gitlab Collector: Wal Receiver Collector and Test (#844) 2023-07-21 14:42:08 -04:00
pg_stat_walreceiver.go Gitlab Collector: Wal Receiver Collector and Test (#844) 2023-07-21 14:42:08 -04: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
pg_statio_user_tables.go Improve linting (#861) 2023-07-06 13:08:45 +02:00
pg_wal_test.go Add a collector to gather metrics on WAL size 2023-07-05 11:51:57 +01:00
pg_wal.go Add a collector to gather metrics on WAL size 2023-07-05 11:51:57 +01:00
pg_xlog_location_test.go Gitlab collector: Xlog location collector and test (#849) 2023-07-21 14:42:43 -04:00
pg_xlog_location.go Gitlab collector: Xlog location collector and test (#849) 2023-07-21 14:42:43 -04:00
probe.go Delay database connection until scrape (#882) 2023-08-23 17:33:47 -04:00