postgres_exporter/collector
Joe Adams 1e3b177e34
Fix column type for pg_replication_slots
Change the data type of `active` from int64 to bool. The documentation confirms that this is a boolean field.
https://www.postgresql.org/docs/current/view-pg-replication-slots.html

fixes #769

Signed-off-by: Joe Adams <github@joeadams.io>
2023-03-22 20:54:00 -04:00
..
collector.go Update exporter-toolkit 2023-03-21 08:23:23 +01:00
pg_database.go Fix exclude-databases for collector package 2023-03-05 15:13:00 -05:00
pg_stat_bgwriter.go Fix exclude-databases for collector package 2023-03-05 15:13:00 -05:00
probe.go Fix exclude-databases for collector package 2023-03-05 15:13:00 -05:00
replication_slots.go Fix column type for pg_replication_slots 2023-03-22 20:54:00 -04:00