|
22 | 22 | "postgresql.rollbacks": {"data_type": "Sum", "description": "The number of rollbacks"}, |
23 | 23 | "postgresql.db_size": {"data_type": "Sum", "description": "The database disk usage"}, |
24 | 24 | "postgresql.table.count": {"data_type": "Sum", "description": "Number of user tables in a database"}, |
25 | | - "postgresql.backends": {"data_type": "Sum", "description": "The number of backends"}, |
26 | | - "postgresql.bgwriter.buffers.allocated": {"data_type": "Sum", "description": "Number of buffers allocated"}, |
27 | | - "postgresql.bgwriter.buffers.writes": {"data_type": "Sum", "description": "Number of buffers written"}, |
28 | | - "postgresql.bgwriter.checkpoint.count": {"data_type": "Sum", "description": "The number of checkpoints performed"}, |
29 | | - "postgresql.bgwriter.duration": { |
30 | | - "data_type": "Sum", |
31 | | - "description": "Total time spent writing and syncing files to disk by checkpoints", |
32 | | - }, |
33 | | - "postgresql.bgwriter.maxwritten": { |
34 | | - "data_type": "Sum", |
35 | | - "description": "Number of times the background writer stopped a cleaning scan because it had written too many buffers", |
36 | | - }, |
| 25 | + # "postgresql.backends": {"data_type": "Sum", "description": "The number of backends"}, |
| 26 | + # "postgresql.bgwriter.buffers.allocated": {"data_type": "Sum", "description": "Number of buffers allocated"}, |
| 27 | + # "postgresql.bgwriter.buffers.writes": {"data_type": "Sum", "description": "Number of buffers written"}, |
| 28 | + # "postgresql.bgwriter.checkpoint.count": {"data_type": "Sum", "description": "The number of checkpoints performed"}, |
| 29 | + # "postgresql.bgwriter.duration": { |
| 30 | + # "data_type": "Sum", |
| 31 | + # "description": "Total time spent writing and syncing files to disk by checkpoints", |
| 32 | + # }, |
| 33 | + # "postgresql.bgwriter.maxwritten": { |
| 34 | + # "data_type": "Sum", |
| 35 | + # "description": "Number of times the background writer stopped a cleaning scan because it had written too many buffers", |
| 36 | + # }, |
37 | 37 | # Optional metrics (enabled in otelcol-config-with-postgres.yaml) |
38 | | - "postgresql.blks_hit": { |
39 | | - "data_type": "Sum", |
40 | | - "description": "Number of times disk blocks were found already in the buffer cache", |
41 | | - }, |
42 | | - "postgresql.blks_read": {"data_type": "Sum", "description": "Number of disk blocks read in this database"}, |
| 38 | + # "postgresql.blks_hit": { |
| 39 | + # "data_type": "Sum", |
| 40 | + # "description": "Number of times disk blocks were found already in the buffer cache", |
| 41 | + # }, |
| 42 | + # "postgresql.blks_read": {"data_type": "Sum", "description": "Number of disk blocks read in this database"}, |
43 | 43 | "postgresql.database.locks": {"data_type": "Gauge", "description": "The number of database locks"}, |
44 | 44 | "postgresql.deadlocks": {"data_type": "Sum", "description": "The number of deadlocks"}, |
45 | | - "postgresql.temp.io": { |
46 | | - "data_type": "Sum", |
47 | | - "description": "Total amount of data written to temporary files by queries", |
48 | | - }, |
| 45 | + # "postgresql.temp.io": { |
| 46 | + # "data_type": "Sum", |
| 47 | + # "description": "Total amount of data written to temporary files by queries", |
| 48 | + # }, |
49 | 49 | "postgresql.temp_files": {"data_type": "Sum", "description": "The number of temp files"}, |
50 | | - "postgresql.tup_deleted": {"data_type": "Sum", "description": "Number of rows deleted by queries in the database"}, |
51 | | - "postgresql.tup_fetched": {"data_type": "Sum", "description": "Number of rows fetched by queries in the database"}, |
52 | | - "postgresql.tup_inserted": { |
53 | | - "data_type": "Sum", |
54 | | - "description": "Number of rows inserted by queries in the database", |
55 | | - }, |
56 | | - "postgresql.tup_returned": { |
57 | | - "data_type": "Sum", |
58 | | - "description": "Number of rows returned by queries in the database", |
59 | | - }, |
60 | | - "postgresql.tup_updated": {"data_type": "Sum", "description": "Number of rows updated by queries in the database"}, |
61 | | - "postgresql.function.calls": { |
62 | | - "data_type": "Sum", |
63 | | - "description": "The number of calls made to a function. Requires `track_functions=pl|all` in Postgres config.", |
64 | | - }, |
| 50 | + # "postgresql.tup_deleted": {"data_type": "Sum", "description": "Number of rows deleted by queries in the database"}, |
| 51 | + # "postgresql.tup_fetched": {"data_type": "Sum", "description": "Number of rows fetched by queries in the database"}, |
| 52 | + # "postgresql.tup_inserted": { |
| 53 | + # "data_type": "Sum", |
| 54 | + # "description": "Number of rows inserted by queries in the database", |
| 55 | + # }, |
| 56 | + # "postgresql.tup_returned": { |
| 57 | + # "data_type": "Sum", |
| 58 | + # "description": "Number of rows returned by queries in the database", |
| 59 | + # }, |
| 60 | + # "postgresql.tup_updated": {"data_type": "Sum", "description": "Number of rows updated by queries in the database"}, |
| 61 | + # "postgresql.function.calls": { |
| 62 | + # "data_type": "Sum", |
| 63 | + # "description": "The number of calls made to a function. Requires `track_functions=pl|all` in Postgres config.", |
| 64 | + # }, |
65 | 65 | "postgresql.sequential_scans": {"data_type": "Sum", "description": "The number of sequential scans"}, |
66 | 66 | "postgresql.table.size": {"data_type": "Sum", "description": "Disk space used by a table."}, |
67 | 67 | "postgresql.rows": {"data_type": "Sum", "description": "The number of rows in the database"}, |
|
0 commit comments