postgres_exporter/collector
Felix Yuan 5edc331876
Record table only size bytes as well in addition to the total size bytes ()
* Record table only size bytes as well in addition to the total size bytes

Signed-off-by: Felix Yuan <felix.yuan@reddit.com>

* Update collector/pg_stat_user_tables.go

Co-authored-by: Ben Kochie <superq@gmail.com>
Signed-off-by: Felix Yuan <felix.yuan@reddit.com>

* Update collector/pg_stat_user_tables.go

Co-authored-by: Ben Kochie <superq@gmail.com>
Signed-off-by: Felix Yuan <felix.yuan@reddit.com>

* Finish renaming elements to index and table size

Signed-off-by: Felix Yuan <felix.yuan@reddit.com>

---------

Signed-off-by: Felix Yuan <felix.yuan@reddit.com>
Co-authored-by: Ben Kochie <superq@gmail.com>
2025-04-18 16:14:25 +02:00
..
collector_test.go Update Go () 2025-04-03 17:23:40 +02:00
collector.go chore!: adopt log/slog, drop go-kit/log () 2024-10-26 21:44:17 +02:00
instance.go Adjust collector to use separate connection per scrape () 2023-10-10 07:07:37 -04:00
pg_database_test.go Add connection limits metrics for pg_roles and pg_database () 2024-02-21 21:10:17 -05:00
pg_database_wraparound_test.go
pg_database_wraparound.go chore!: adopt log/slog, drop go-kit/log () 2024-10-26 21:44:17 +02:00
pg_database.go chore!: adopt log/slog, drop go-kit/log () 2024-10-26 21:44:17 +02:00
pg_locks_test.go
pg_locks.go chore!: adopt log/slog, drop go-kit/log () 2024-10-26 21:44:17 +02:00
pg_long_running_transactions_test.go
pg_long_running_transactions.go Update pg_long_running_transactions.go () 2024-12-22 15:09:35 -05:00
pg_postmaster_test.go
pg_postmaster.go
pg_process_idle.go chore!: adopt log/slog, drop go-kit/log () 2024-10-26 21:44:17 +02:00
pg_replication_slot_test.go fix: handle pg_replication_slots on pg<13 () 2025-02-15 09:00:48 -05:00
pg_replication_slot.go fix: handle pg_replication_slots on pg<13 () 2025-02-15 09:00:48 -05:00
pg_replication_test.go Export last replay age in replication collector () 2025-02-15 09:15:44 -05:00
pg_replication.go Export last replay age in replication collector () 2025-02-15 09:15:44 -05:00
pg_roles_test.go Add connection limits metrics for pg_roles and pg_database () 2024-02-21 21:10:17 -05:00
pg_roles.go chore!: adopt log/slog, drop go-kit/log () 2024-10-26 21:44:17 +02:00
pg_stat_activity_autovacuum_test.go
pg_stat_activity_autovacuum.go chore!: adopt log/slog, drop go-kit/log () 2024-10-26 21:44:17 +02:00
pg_stat_bgwriter_test.go Checkpoint related columns in PG 17 have been moved from pg_stat_bgwriter to pg_stat_checkpointer () 2025-01-01 16:03:43 -05:00
pg_stat_bgwriter.go Checkpoint related columns in PG 17 have been moved from pg_stat_bgwriter to pg_stat_checkpointer () 2025-01-01 16:03:43 -05:00
pg_stat_checkpointer_test.go Skip pg_stat_checkpointer collector if pg<17 () 2025-02-19 21:49:11 -05:00
pg_stat_checkpointer.go Skip pg_stat_checkpointer collector if pg<17 () 2025-02-19 21:49:11 -05:00
pg_stat_database_test.go chore!: adopt log/slog, drop go-kit/log () 2024-10-26 21:44:17 +02:00
pg_stat_database.go chore!: adopt log/slog, drop go-kit/log () 2024-10-26 21:44:17 +02:00
pg_stat_progress_vacuum_test.go Adds pg_stat_progress_vacuum collector () 2025-04-03 16:45:29 +02:00
pg_stat_progress_vacuum.go Adds pg_stat_progress_vacuum collector () 2025-04-03 16:45:29 +02:00
pg_stat_statements_test.go pg_stat_statements PG17 () 2025-02-15 08:54:12 -05:00
pg_stat_statements.go pg_stat_statements PG17 () 2025-02-15 08:54:12 -05:00
pg_stat_user_tables_test.go Record table only size bytes as well in addition to the total size bytes () 2025-04-18 16:14:25 +02:00
pg_stat_user_tables.go Record table only size bytes as well in addition to the total size bytes () 2025-04-18 16:14:25 +02:00
pg_stat_walreceiver_test.go Fix test build failures on 32-bit arch again () 2023-09-21 14:58:46 +02:00
pg_stat_walreceiver.go Make walreceiver collector useful w/o repmgr () 2024-11-06 18:47:30 +01:00
pg_statio_user_indexes_test.go
pg_statio_user_indexes.go chore!: adopt log/slog, drop go-kit/log () 2024-10-26 21:44:17 +02:00
pg_statio_user_tables_test.go
pg_statio_user_tables.go chore!: adopt log/slog, drop go-kit/log () 2024-10-26 21:44:17 +02:00
pg_wal_test.go
pg_wal.go
pg_xlog_location_test.go
pg_xlog_location.go chore!: adopt log/slog, drop go-kit/log () 2024-10-26 21:44:17 +02:00
probe.go chore!: adopt log/slog, drop go-kit/log () 2024-10-26 21:44:17 +02:00