Skip to content

Commit cab9641

Browse files
Merge pull request #250320 from varun-dhawan/varund-july
[PostgreSQL] correct duplicate metrics name
2 parents f7a125e + 3eed414 commit cab9641

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
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/30/2023
9+
ms.date: 9/5/2023
1010
---
1111

1212
# Monitor metrics on Azure Database for PostgreSQL - Flexible Server
@@ -152,7 +152,7 @@ Autovaccum metrics can be used to monitor and tune autovaccum performance for Az
152152

153153
### List of autovacuum metrics
154154

155-
|Display name |Metric ID |Unit |Description |Dimension |Default enabled|
155+
|Display name |Metric ID |Unit |Description |Dimension |Default enabled|
156156
|---------------------------------------|---------------------------------|-------|-----------------------------------------------------------------------------------------------------------|------------|---------------|
157157
|**Analyze Counter User Tables** |`analyze_count_user_tables` |Count |Number of times user-only tables have been manually analyzed in this database. |DatabaseName|No |
158158
|**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
161161
|**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 |
162162
|**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 |
163163
|**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 |
165164
|**User Tables Analyzed** |`tables_analyzed_user_tables` |Count |Number of user-only tables that have been analyzed in this database. |DatabaseName|No |
166165
|**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 |
167166
|**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

Comments
 (0)