4.22. CFS Metrics #
Metrics based on the compression control functions, collected by the cfs plugin:
postgresql.cfs.table_compression_ratio{database, schema, table}based on thecfs_compression_ratio(rel regclass)functionpostgresql.cfs.index_compression_ratio{database, schema, table, index}based on thecfs_compression_ratio(rel regclass)functionpostgresql.cfs.processed_bytesbased on thecfs_gc_activity_processed_bytes()functionpostgresql.cfs.processed_pagesbased on thecfs_gc_activity_processed_pages()functionpostgresql.cfs.processed_filesbased on thecfs_gc_activity_processed_files()functionpostgresql.cfs.scanned_filesbased on thecfs_gc_activity_scanned_files()function