Skip to content

Commit 445bea9

Browse files
Merge pull request #249870 from varun-dhawan/varund-july
[PostgreSQL] updates the details for bloat percent
2 parents da4c18a + 1371396 commit 445bea9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/postgresql/flexible-server/concepts-monitoring.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: varundhawan
66
ms.service: postgresql
77
ms.subservice: flexible-server
88
ms.topic: conceptual
9-
ms.date: 8/8/2023
9+
ms.date: 8/30/2023
1010
---
1111

1212
# 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
165165
|**User Tables Counter** |`tables_counter_user_tables` |Count|Number of user-only tables in this database.|DatabaseName|No |
166166
|**User Tables Vacuumed** |`tables_vacuumed_user_tables`|Count|Number of user-only tables that have been vacuumed in this database. |DatabaseName|No |
167167
|**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 |
168169

169170
### Considerations for using autovacuum metrics
170171

0 commit comments

Comments
 (0)