Skip to content

Commit 7562834

Browse files
committed
correct the table header
1 parent fc38ccd commit 7562834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 |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 |
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 |

0 commit comments

Comments
 (0)