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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The following metrics are available for PostgreSQL flexible server:
47
47
48
48
## Enhanced Metrics
49
49
50
-
Introducing Enhanced Metrics for Azure Database for PostgreSQL Flexible Server to enable more fine grained monitoring and alerting on databases. You can configure alerts on the metrics. In addition, some of these new Metrics also now also include ‘Dimension’ that will allow to split and filter the metrics data by using the allowed dimension such as Database Name, State etc.
50
+
Introducing Enhanced Metrics for Azure Database for PostgreSQL Flexible Server to enable more fine grained monitoring and alerting on databases. You can configure alerts on the metrics. In addition, some of these new Metrics now also include ‘Dimension’ that will allow to split and filter the metrics data by using the allowed dimension such as Database Name, State etc.
51
51
52
52
#### Enabling enhanced metrics
53
53
@@ -65,8 +65,8 @@ Introducing Enhanced Metrics for Azure Database for PostgreSQL Flexible Server t
65
65
|**Oldest Backend** (Preview) |oldest_backend_time_sec |Seconds|The age in seconds of the oldest backend (irrespective of the state) |N/a |No |
66
66
|**Oldest Query** (Preview) |longest_query_time_sec |Seconds|The age in seconds of the longest query that is currently running |N/a |No |
67
67
|**Oldest Transaction** (Preview) |longest_transaction_time_sec|Seconds|The age in seconds of the longest transaction (including idle transactions) |N/a |No |
68
-
|**Oldest xmin** (Preivew) |oldest_backend_xmin |Count |The actual value of the oldest xmin. If xmin is not increasing it indicates there are some long running transactions that can potentially hold dead tuples from being removed |N/a |No |
69
-
|**Oldest xmin Age** (Preivew) |oldest_backend_xmin_age |Count |Age in units of the oldest xmin. It indicated how many transactions passed since oldest xmin |N/a |No |
68
+
|**Oldest xmin** (Preview) |oldest_backend_xmin |Count |The actual value of the oldest xmin. If xmin is not increasing it indicates there are some long running transactions that can potentially hold dead tuples from being removed |N/a |No |
69
+
|**Oldest xmin Age** (Preview) |oldest_backend_xmin_age |Count |Age in units of the oldest xmin. It indicated how many transactions passed since oldest xmin |N/a |No |
70
70
71
71
72
72
##### `Database`
@@ -115,7 +115,7 @@ Introducing Enhanced Metrics for Azure Database for PostgreSQL Flexible Server t
^ **Max Connections** here represents the configured value for _max_connections_ server parameter, and this metrics is pooled every 30 minutes.
118
+
^ **Max Connections** here represents the configured value for _max_connections_ server parameter, and this metric is pooled every 30 minutes.
119
119
120
120
121
121
#### Applying Filters and Splitting on enhanced metrics
@@ -127,7 +127,7 @@ In the above list of metrics, some of the metrics have dimension such as `databa
127
127
128
128
Here in this example below, we have done **splitting** by `State` dimension and **filtered** on a specific `state` types.
129
129
130
-

130
+

131
131
132
132
For more details on setting-up charts with dimensional metrics, see [Metric chart examples](../../azure-monitor/essentials/metric-chart-samples.md)
133
133
@@ -136,7 +136,7 @@ For more details on setting-up charts with dimensional metrics, see [Metric char
136
136
- There is **50 database** limit on metrics with `database name` dimension.
137
137
* On **Burstable** SKU - this limit is 10 `database name` dimension
138
138
-`database name` dimension limit is applied on OiD column (in other words Order-of-Creation of the database)
139
-
- The `database name`is metics dimension is **case insensitive**. Therefore the metrics for same database names in varying case (_ex. foo, FoO, FOO_) will be merged, and may not show accurate data.
139
+
- The `database name`in metrics dimension is **case insensitive**. Therefore the metrics for same database names in varying case (_ex. foo, FoO, FOO_) will be merged, and may not show accurate data.
140
140
141
141
## Server logs
142
-
In addition to the metrics, Azure Database for PostgreSQL also allows you to configure and access PostgreSQL standard logs. To learn more about logs, visit the [logging concepts doc](concepts-logging.md).
142
+
In addition to the metrics, Azure Database for PostgreSQL also allows you to configure and access PostgreSQL standard logs. To learn more about logs, visit the [logging concepts doc](concepts-logging.md).
0 commit comments