Skip to content

Commit 096e165

Browse files
Merge pull request #263404 from varun-dhawan/varund-jan
[PostgreSQL] updates the metric desc
2 parents 0c6b2dc + 7562834 commit 096e165

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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: 12/26/2023
9+
ms.date: 1/17/2024
1010
---
1111

1212
# Monitor metrics on Azure Database for PostgreSQL - Flexible Server
@@ -28,7 +28,7 @@ The following metrics are available for a flexible server instance of Azure Data
2828

2929
|Display name |Metric ID |Unit |Description |Default enabled|
3030
|--------------------------------|-----------------------------|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
31-
|**Active Connections** |`active_connections` |Count |Number of connections to your server. |Yes |
31+
|**Active Connections** |`active_connections` |Count |Total number of connections to database Server, covering all states of connections, including active, idle, and others as seen in `pg_stat_activity` view. For a detailed view focusing solely on active connections, use "Sessions By State" metric. |Yes |
3232
|**Backup Storage Used** |`backup_storage_used` |Bytes |Amount of backup storage used. This metric represents the sum of storage that's consumed by all the full backups, differential backups, and log backups that are retained based on the backup retention period that's set for the server. The frequency of the backups is service managed. For geo-redundant storage, backup storage usage is twice the usage for locally redundant storage.|Yes |
3333
|**Failed Connections** |`connections_failed` |Count |Number of failed connections. |Yes |
3434
|**Succeeded Connections** |`connections_succeeded` |Count |Number of succeeded connections. |Yes |
@@ -75,7 +75,7 @@ You can choose from the following categories of enhanced metrics:
7575

7676
|Display name|Metric ID|Unit|Description|Dimension|Default enabled|
7777
|---|---|---|---|---|---|
78-
|**Sessions By State** |`sessions_by_state` |Count|Overall state of the back ends. |State|No|
78+
|**Sessions By State** |`sessions_by_state` |Count|Overall state of the backend. |State|No|
7979
|**Sessions By WaitEventType** |`sessions_by_wait_event_type` |Count|Sessions by the type of event for which the back end is waiting.|Wait Event Type|No|
8080
|**Oldest Backend** |`oldest_backend_time_sec` |Seconds|Age in seconds of the oldest back end (irrespective of the state).|Doesn't apply|No|
8181
|**Oldest Query** |`longest_query_time_sec`|Seconds|Age in seconds of the longest query that's currently running. |Doesn't apply|No|
@@ -87,7 +87,7 @@ You can choose from the following categories of enhanced metrics:
8787

8888
|Display name |Metric ID |Unit |Description |Dimension |Default enabled|
8989
|---------------------------------|-------------|-----|----------------------------------------------------------------------------------------------------|------------|---------------|
90-
|**Backends** |`numbackends` |Count|Number of back ends that are connected to this database. |DatabaseName|No |
90+
|**Backends** |`numbackends` |Count|Number of backends that are connected to this database. |DatabaseName|No |
9191
|**Deadlocks** |`deadlocks` |Count|Number of deadlocks that are detected in this database. |DatabaseName|No |
9292
|**Disk Blocks Hit** |`blks_hit` |Count|Number of times disk blocks were found already in the buffer cache, so that a read wasn't necessary.|DatabaseName|No |
9393
|**Disk Blocks Read** |`blks_read` |Count|Number of disk blocks that were read in this database. |DatabaseName|No |

0 commit comments

Comments
 (0)