postgres_exporter/collector
Nicolas Rodriguez 7a0accf2b9
Fix checkpoint_sync_time value type
Error:
sql: Scan error on column index 3, name \"checkpoint_sync_time\": converting driver.Value type float64 (\"1.876469e+06\") to a int: invalid syntax

See also:
https://github.com/prometheus-community/postgres_exporter/issues/633
https://github.com/prometheus-community/postgres_exporter/pull/666

Signed-off-by: Nicolas Rodriguez <nico@nicoladmin.fr>
2022-08-01 09:30:36 +02:00
..
collector.go Clean up autoDiscoverDatabases in the new collector 2022-02-25 08:11:22 -05:00
pg_database.go Add collector interface 2022-02-14 21:12:27 -05:00
pg_stat_bgwriter.go Fix checkpoint_sync_time value type 2022-08-01 09:30:36 +02:00
server.go Clean up autoDiscoverDatabases in the new collector 2022-02-25 08:11:22 -05:00