Skip to content

Commit d9908bf

Browse files
Add Concepts file for Workbooks.
1 parent 0b88170 commit d9908bf

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Monitor Azure Database for PostgreSQL Flexible Server by using Azure Monitor workbooks
3+
description: This article describes how you can monitor Azure Database for PostgreSQL Flexible Server by using Azure Monitor workbooks.
4+
ms.service: postgresql
5+
ms.subservice: flexible-server
6+
ms.topic: conceptual
7+
author: pradeepkintali
8+
ms.author: prkint
9+
ms.date: 02/15/2023
10+
---
11+
# Monitor Azure Database for PostgreSQL Flexible Server by using Azure Monitor workbooks
12+
13+
[!INCLUDE[applies-to-postgresql-flexible-server](../includes/applies-to-mysql-flexible-server.md)]
14+
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.
16+
17+
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+
Azure Database for PostgreSQL Flexible Server has three 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:
24+
25+
* Server Summary
26+
* Database Summary
27+
* Connection Metrics
28+
* Performance Metrics
29+
* Storage Metrics
30+
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)
32+
This template displays the following views:
33+
34+
* Activity Metrics
35+
* Database Metrics
36+
* Autovacuum Metrics
37+
* Replication Metrics
38+
39+
40+
You can also edit and customize these templates according to your requirements. For more information, see [Azure Workbooks](../../azure-monitor/visualize/workbooks-overview.md).
41+
42+
## Access the workbook templates
43+
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**.
45+
46+
:::image type="content" source="./media/concept-workbooks/monitor-workbooks-all.png" alt-text="Screenshot showing the 'Overview', 'Enhanced Metrics' templates on the Workbooks pane.":::
47+
48+
49+
## Next steps
50+
- Learn about [Azure workbooks access control](../../azure-monitor/visualize/workbooks-overview.md#access-control).
51+
- Learn more about [Azure workbooks visualization options](../../azure-monitor/visualize/workbooks-visualizations.md).
85.4 KB
Loading

0 commit comments

Comments
 (0)