-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- workaround possible /sys/fs/cgroup issue - add test mertric files for Postgres 16 and 17 - install pg_buffercache extension in test DB - fix system.uptime expected metric name
- Loading branch information
Showing
11 changed files
with
260 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
mamonsu.memory.rss[max] | ||
mamonsu.plugin.errors[] | ||
mamonsu.plugin.keepalive[] | ||
pgsql.archive_command[archived_files] | ||
pgsql.archive_command[count_files_to_archive] | ||
pgsql.archive_command[failed_trying_to_archive] | ||
pgsql.archive_command[size_files_to_archive] | ||
pgsql.autovacuum.count[] | ||
pgsql.autovacuum.utilization[] | ||
pgsql.bgwriter[buffers_alloc] | ||
pgsql.bgwriter[buffers_backend] | ||
pgsql.bgwriter[buffers_backend_fsync] | ||
pgsql.bgwriter[buffers_checkpoint] | ||
pgsql.bgwriter[buffers_clean] | ||
pgsql.bgwriter[maxwritten_clean] | ||
pgsql.blocks[hit] | ||
pgsql.blocks[read] | ||
pgsql.checkpoint[checkpoint_sync_time] | ||
pgsql.checkpoint[count_timed] | ||
pgsql.checkpoint[count_wal] | ||
pgsql.checkpoint[write_time] | ||
pgsql.connections[active] | ||
pgsql.connections[disabled] | ||
pgsql.connections[fastpath_function_call] | ||
pgsql.connections[idle] | ||
pgsql.connections[idle_in_transaction] | ||
pgsql.connections[idle_in_transaction_aborted] | ||
pgsql.connections[max_connections] | ||
pgsql.connections[other] | ||
pgsql.connections[total] | ||
pgsql.connections[waiting] | ||
pgsql.database.discovery[] | ||
pgsql.database.bloating_tables[mamonsu_test_db] | ||
pgsql.database.bloating_tables[postgres] | ||
pgsql.database.invalid_indexes[mamonsu_test_db] | ||
pgsql.database.invalid_indexes[postgres] | ||
pgsql.database.max_age[mamonsu_test_db] | ||
pgsql.database.max_age[postgres] | ||
pgsql.database.size[mamonsu_test_db] | ||
pgsql.database.size[postgres] | ||
pgsql.events[checksum_failures] | ||
pgsql.events[conflicts] | ||
pgsql.events[deadlocks] | ||
pgsql.events[xact_rollback] | ||
pgsql.oldest[transaction_time] | ||
pgsql.oldest[xid_age] | ||
pgsql.ping[] | ||
pgsql.pg_locks[accessexclusive] | ||
pgsql.pg_locks[accessshare] | ||
pgsql.pg_locks[exclusive] | ||
pgsql.pg_locks[rowexclusive] | ||
pgsql.pg_locks[rowshare] | ||
pgsql.pg_locks[share] | ||
pgsql.pg_locks[sharerowexclusive] | ||
pgsql.pg_locks[shareupdateexclusive] | ||
pgsql.parallel[queries] | ||
pgsql.prepared.count | ||
pgsql.prepared.oldest | ||
pgsql.relation.size[] | ||
pgsql.relation.size[mamonsu_test_db.mamonsu.config] | ||
pgsql.relation.size[postgres.pg_catalog.pg_class] | ||
pgsql.replication.non_active_slots[] | ||
pgsql.replication_lag[sec] | ||
pgsql.replication_lag[sec] | ||
pgsql.stat[dirty_bytes] | ||
pgsql.stat[other_time] | ||
pgsql.stat[read_bytes] | ||
pgsql.stat[read_time] | ||
pgsql.stat[wal_bytes] | ||
pgsql.stat[wal_fpi] | ||
pgsql.stat[wal_records] | ||
pgsql.stat[write_bytes] | ||
pgsql.stat[write_time] | ||
pgsql.stat_info[dealloc] | ||
pgsql.stat_info[stats_reset] | ||
pgsql.temp[bytes] | ||
pgsql.temp[files] | ||
pgsql.transactions[committed] | ||
pgsql.tuples[deleted] | ||
pgsql.tuples[fetched] | ||
pgsql.tuples[inserted] | ||
pgsql.tuples[returned] | ||
pgsql.tuples[updated] | ||
pgsql.uptime[] | ||
pgsql.wal.buffers_full[] | ||
pgsql.wal.count[] | ||
pgsql.wal.fpi.count[] | ||
pgsql.wal.records.count[] | ||
pgsql.wal.sync_time[] | ||
pgsql.wal.write[] | ||
pgsql.wal.write_time[] | ||
system.cpu[idle] | ||
system.cpu[iowait] | ||
system.cpu[irq] | ||
system.cpu[nice] | ||
system.cpu[softirq] | ||
system.cpu[system] | ||
system.cpu[user] | ||
system.disk.discovery[] | ||
system.disk.all_read[] | ||
system.disk.all_write[] | ||
system.disk.all_read_b[] | ||
system.disk.all_write_b[] | ||
system.la[1] | ||
system.memory[active] | ||
system.memory[available] | ||
system.memory[buffers] | ||
system.memory[cached] | ||
system.memory[committed] | ||
system.memory[inactive] | ||
system.memory[mapped] | ||
system.memory[page_tables] | ||
system.memory[slab] | ||
system.memory[swap] | ||
system.memory[swap_cache] | ||
system.memory[total] | ||
system.memory[vmalloc_used] | ||
system.memory[unused] | ||
system.memory[used] | ||
system.net.discovery[] | ||
system.open_files[] | ||
system.processes[blocked] | ||
system.processes[forkrate] | ||
system.processes[running] | ||
system.vfs.discovery[] | ||
system.vfs.free[/] | ||
system.vfs.percent_free[/] | ||
system.vfs.percent_inode_free[/] | ||
system.vfs.used[/] | ||
system.uptime[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
mamonsu.memory.rss[max] | ||
mamonsu.plugin.errors[] | ||
mamonsu.plugin.keepalive[] | ||
pgsql.archive_command[archived_files] | ||
pgsql.archive_command[count_files_to_archive] | ||
pgsql.archive_command[failed_trying_to_archive] | ||
pgsql.archive_command[size_files_to_archive] | ||
pgsql.autovacuum.count[] | ||
pgsql.autovacuum.utilization[] | ||
pgsql.bgwriter[buffers_alloc] | ||
pgsql.bgwriter[buffers_clean] | ||
pgsql.bgwriter[maxwritten_clean] | ||
pgsql.blocks[hit] | ||
pgsql.blocks[read] | ||
pgsql.checkpoint[checkpoint_sync_time] | ||
pgsql.checkpoint[count_timed] | ||
pgsql.checkpoint[count_wal] | ||
pgsql.checkpoint[write_time] | ||
pgsql.connections[active] | ||
pgsql.connections[disabled] | ||
pgsql.connections[fastpath_function_call] | ||
pgsql.connections[idle] | ||
pgsql.connections[idle_in_transaction] | ||
pgsql.connections[idle_in_transaction_aborted] | ||
pgsql.connections[max_connections] | ||
pgsql.connections[other] | ||
pgsql.connections[total] | ||
pgsql.connections[waiting] | ||
pgsql.database.discovery[] | ||
pgsql.database.bloating_tables[mamonsu_test_db] | ||
pgsql.database.bloating_tables[postgres] | ||
pgsql.database.invalid_indexes[mamonsu_test_db] | ||
pgsql.database.invalid_indexes[postgres] | ||
pgsql.database.max_age[mamonsu_test_db] | ||
pgsql.database.max_age[postgres] | ||
pgsql.database.size[mamonsu_test_db] | ||
pgsql.database.size[postgres] | ||
pgsql.events[checksum_failures] | ||
pgsql.events[conflicts] | ||
pgsql.events[deadlocks] | ||
pgsql.events[xact_rollback] | ||
pgsql.oldest[transaction_time] | ||
pgsql.oldest[xid_age] | ||
pgsql.ping[] | ||
pgsql.pg_locks[accessexclusive] | ||
pgsql.pg_locks[accessshare] | ||
pgsql.pg_locks[exclusive] | ||
pgsql.pg_locks[rowexclusive] | ||
pgsql.pg_locks[rowshare] | ||
pgsql.pg_locks[share] | ||
pgsql.pg_locks[sharerowexclusive] | ||
pgsql.pg_locks[shareupdateexclusive] | ||
pgsql.parallel[queries] | ||
pgsql.prepared.count | ||
pgsql.prepared.oldest | ||
pgsql.relation.size[] | ||
pgsql.relation.size[mamonsu_test_db.mamonsu.config] | ||
pgsql.relation.size[postgres.pg_catalog.pg_class] | ||
pgsql.replication.non_active_slots[] | ||
pgsql.replication_lag[sec] | ||
pgsql.replication_lag[sec] | ||
pgsql.temp[bytes] | ||
pgsql.temp[files] | ||
pgsql.transactions[committed] | ||
pgsql.tuples[deleted] | ||
pgsql.tuples[fetched] | ||
pgsql.tuples[inserted] | ||
pgsql.tuples[returned] | ||
pgsql.tuples[updated] | ||
pgsql.uptime[] | ||
pgsql.wal.buffers_full[] | ||
pgsql.wal.count[] | ||
pgsql.wal.fpi.count[] | ||
pgsql.wal.records.count[] | ||
pgsql.wal.sync_time[] | ||
pgsql.wal.write[] | ||
pgsql.wal.write_time[] | ||
system.cpu[idle] | ||
system.cpu[iowait] | ||
system.cpu[irq] | ||
system.cpu[nice] | ||
system.cpu[softirq] | ||
system.cpu[system] | ||
system.cpu[user] | ||
system.disk.discovery[] | ||
system.disk.all_read[] | ||
system.disk.all_write[] | ||
system.disk.all_read_b[] | ||
system.disk.all_write_b[] | ||
system.la[1] | ||
system.memory[active] | ||
system.memory[available] | ||
system.memory[buffers] | ||
system.memory[cached] | ||
system.memory[committed] | ||
system.memory[inactive] | ||
system.memory[mapped] | ||
system.memory[page_tables] | ||
system.memory[slab] | ||
system.memory[swap] | ||
system.memory[swap_cache] | ||
system.memory[total] | ||
system.memory[vmalloc_used] | ||
system.memory[unused] | ||
system.memory[used] | ||
system.net.discovery[] | ||
system.open_files[] | ||
system.processes[blocked] | ||
system.processes[forkrate] | ||
system.processes[running] | ||
system.vfs.discovery[] | ||
system.vfs.free[/] | ||
system.vfs.percent_free[/] | ||
system.vfs.percent_inode_free[/] | ||
system.vfs.used[/] | ||
system.uptime[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters