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
|**Analyze Counter User Tables**|`analyze_count_user_tables`|Count |Number of times user-only tables have been manually analyzed in this database. |DatabaseName|No |
158
158
|**AutoAnalyze Counter User Tables**|`autoanalyze_count_user_tables`|Count |Number of times user-only tables have been analyzed by the autovacuum daemon in this database. |DatabaseName|No |
@@ -161,7 +161,6 @@ Autovaccum metrics can be used to monitor and tune autovaccum performance for Az
161
161
|**Estimated Dead Rows User Tables**|`n_dead_tup_user_tables`|Count |Estimated number of dead rows for user-only tables in this database. |DatabaseName|No |
162
162
|**Estimated Live Rows User Tables**|`n_live_tup_user_tables`|Count |Estimated number of live rows for user-only tables in this database. |DatabaseName|No |
163
163
|**Estimated Modifications User Tables**|`n_mod_since_analyze_user_tables`|Count |Estimated number of rows that were modified since user-only tables were last analyzed. |DatabaseName|No |
164
-
|**Transactions per second (Preview)**|`tps`|Count |Number of transactions executed within a second. |DatabaseName|No |
165
164
|**User Tables Analyzed**|`tables_analyzed_user_tables`|Count |Number of user-only tables that have been analyzed in this database. |DatabaseName|No |
166
165
|**User Tables AutoAnalyzed**|`tables_autoanalyzed_user_tables`|Count |Number of user-only tables that have been analyzed by the autovacuum daemon in this database. |DatabaseName|No |
167
166
|**User Tables AutoVacuumed**|`tables_autovacuumed_user_tables`|Count |Number of user-only tables that have been vacuumed by the autovacuum daemon in this database. |DatabaseName|No |
0 commit comments