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: articles/postgresql/flexible-server/concepts-monitoring.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: varundhawan
6
6
ms.service: postgresql
7
7
ms.subservice: flexible-server
8
8
ms.topic: conceptual
9
-
ms.date: 8/8/2023
9
+
ms.date: 8/30/2023
10
10
---
11
11
12
12
# Monitor metrics on Azure Database for PostgreSQL - Flexible Server
@@ -165,6 +165,7 @@ Autovaccum metrics can be used to monitor and tune autovaccum performance for Az
165
165
|**User Tables Counter**|`tables_counter_user_tables`|Count|Number of user-only tables in this database.|DatabaseName|No |
166
166
|**User Tables Vacuumed**|`tables_vacuumed_user_tables`|Count|Number of user-only tables that have been vacuumed in this database. |DatabaseName|No |
167
167
|**Vacuum Counter User Tables**|`vacuum_count_user_tables`|Count|Number of times user-only tables have been manually vacuumed in this database (not counting `VACUUM FULL`).|DatabaseName|No |
168
+
|**Bloat Percent (Preview)**|`bloat_percent`|Percent|Estimated bloat percentage for user only tables. |DatabaseName|No |
0 commit comments