You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: postgres/metadata.csv
+2-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@ postgresql.bgwriter.sync_time,count,,millisecond,,The total amount of checkpoint
26
26
postgresql.locks,gauge,,lock,,The number of locks active for this database.,0,postgres,locks
27
27
postgresql.seq_scans,gauge,,,,The number of sequential scans initiated on this table.,0,postgres,seq scans
28
28
postgresql.seq_rows_read,gauge,,row,second,The number of live rows fetched by sequential scans.,0,postgres,seq rows rd
29
-
postgresql.index_scans,gauge,,,,The number of index scans initiated on this table.,0,postgres,idx scans
29
+
postgresql.index_scans,gauge,,,,"The number of index scans initiated on this table, tagged by index.",0,postgres,idx scans
30
+
postgresql.index_rel_scans,gauge,,,,The overall number of index scans initiated on this table.,0,postgres,idx scans
30
31
postgresql.index_rows_fetched,gauge,,row,second,The number of live rows fetched by index scans.,0,postgres,idx rows fetch
31
32
postgresql.index_rel_rows_fetched,gauge,,row,second,The number of live rows fetched by index scans.,0,postgres,idx rows fetch
32
33
postgresql.rows_hot_updated,gauge,,row,second,"The number of rows HOT updated, meaning no separate index update was needed.",0,postgres,rows hot updated
0 commit comments