Skip to content

Commit 0c75cdf

Browse files
Merge pull request #1 from markingmyname/227551
[PostgreSQL] Reviewed and edited.
2 parents 8125c76 + 853a4ad commit 0c75cdf

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed
Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,51 @@
11
---
22
title: Monitor Azure Database for PostgreSQL Flexible Server by using Azure Monitor workbooks
33
description: This article describes how you can monitor Azure Database for PostgreSQL Flexible Server by using Azure Monitor workbooks.
4+
author: pradeepkintali
5+
ms.author: prkint
6+
ms.reviewer: maghan
7+
ms.date: 02/23/2023
48
ms.service: postgresql
59
ms.subservice: flexible-server
610
ms.topic: conceptual
7-
author: pradeepkintali
8-
ms.author: prkint
9-
ms.date: 02/15/2023
1011
---
12+
1113
# Monitor Azure Database for PostgreSQL Flexible Server by using Azure Monitor workbooks
1214

1315
[!INCLUDE[applies-to-postgresql-flexible-server](../includes/applies-to-postgresql-flexible-server.md)]
1416

15-
Azure Database for PostgreSQL Flexible Server is now integrated with Azure Monitor workbooks. With workbooks, you get a flexible canvas for analyzing data and creating rich visual reports within the Azure portal. Workbooks allow you to tap into multiple data sources across Azure and combine them into unified interactive experiences. Workbook templates serve as curated reports that are designed for flexible reuse by multiple users and teams.
17+
Azure Database for PostgreSQL Flexible Server is now integrated with Azure Monitor workbooks. Workbooks give you a flexible canvas for analyzing data and creating rich visual reports within the Azure portal. Workbooks allow you to tap into multiple data sources across Azure and combine them into unified interactive experiences. Workbook templates serve as curated reports designed for flexible reuse by various users and teams.
1618

1719
When you open a template, you create a transient workbook that's populated with the contents of the template. With this integration, the server links to workbooks and a few sample templates, which can help you monitor the service at scale. You can edit these templates, customize them to your requirements, and pin them to the dashboard to create a focused and organized view of Azure resources.
18-
19-
In this article, you'll learn about the various workbook templates that are available for your flexible server.
20+
21+
In this article, you learn about the various workbook templates available for your flexible server.
2022

2123
Azure Database for PostgreSQL Flexible Server has two available templates:
22-
23-
- **Overview**: Displays an instance summary and top-level metrics to help you visualize and understand the resource utilization on your server. This template displays the following views:
2424

25-
* Server Summary
26-
* Database Summary
27-
* Connection Metrics
28-
* Performance Metrics
29-
* Storage Metrics
25+
- **Overview**: Displays an instance summary and top-level metrics to help you visualize and understand the resource utilization on your server. This template displays the following views:
3026

31-
* **Enhanced Metrics**: Displays a summary of Enhanced Metrics for Azure Database for PostgreSQL Flexible Server with more fine grained monitoring on databases. To enable these metrics, please turn ON the server 'parameter metrics.collector_database_activity' and 'metrics.autovacuum_diagnostics'. These parameters are dynamic, and will not require server restart. For more information see [Enhanced Metrics](./concepts-monitoring.md#enhanced-metrics). This template displays the following views:
27+
- Server Summary
28+
- Database Summary
29+
- Connection Metrics
30+
- Performance Metrics
31+
- Storage Metrics
3232

33-
* Activity Metrics
34-
* Database Metrics
35-
* Autovacuum Metrics
36-
* Replication Metrics
33+
- **Enhanced Metrics**: Displays a summary of Enhanced Metrics for Azure Database for PostgreSQL Flexible Server with more fine-grained database monitoring. To enable these metrics, please turn ON the server 'parameter metrics.collector_database_activity' and 'metrics.autovacuum_diagnostics'. These parameters are dynamic and don't require a server restart. For more information, see [Enhanced Metrics](./concepts-monitoring.md#enhanced-metrics). This template displays the following views:
3734

35+
- Activity Metrics
36+
- Database Metrics
37+
- Autovacuum Metrics
38+
- Replication Metrics
3839

3940
You can also edit and customize these templates according to your requirements. For more information, see [Azure Workbooks](../../azure-monitor/visualize/workbooks-overview.md).
4041

41-
## Access the workbook templates
42+
## Access the workbook templates
4243

43-
To view the templates in the Azure portal, go to the **Monitoring** pane for Azure Database for PostgreSQL Flexible Server, and then select **Workbooks**.
44-
45-
:::image type="content" source="./media/concepts-workbooks/monitor-workbooks-all.png" alt-text="Screenshot showing the 'Overview', 'Enhanced Metrics' templates on the Workbooks pane.":::
44+
To view the templates in the Azure portal, go to the **Monitoring*- pane for Azure Database for PostgreSQL Flexible Server, and then select **Workbooks**.
4645

46+
:::image type="content" source="./media/concepts-workbooks/monitor-workbooks-all.png" alt-text="Screenshot showing the Overview, Enhanced Metrics templates on the Workbooks pane.":::
4747

4848
## Next steps
49+
4950
- Learn about [Azure workbooks access control](../../azure-monitor/visualize/workbooks-overview.md#access-control).
50-
- Learn more about [Azure workbooks visualization options](../../azure-monitor/visualize/workbooks-visualizations.md).
51+
- Learn more about [Azure workbooks visualization options](../../azure-monitor/visualize/workbooks-visualizations.md).

0 commit comments

Comments
 (0)