Skip to content

Commit f5066c9

Browse files
Merge pull request #227551 from pradeepkintali/workbookconcepts
Add Concepts file for Workbooks.
2 parents 17fb282 + 0c75cdf commit f5066c9

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

articles/postgresql/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,8 @@
511511
- name: Monitor and tune overview
512512
href: flexible-server/concepts-monitoring.md
513513
displayName: monitor, metrics
514+
- name: Workbooks
515+
href: flexible-server/concepts-workbooks.md
514516
- name: Logs
515517
href: flexible-server/concepts-logging.md
516518
displayName: monitor, server logs
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+
author: pradeepkintali
5+
ms.author: prkint
6+
ms.reviewer: maghan
7+
ms.date: 02/23/2023
8+
ms.service: postgresql
9+
ms.subservice: flexible-server
10+
ms.topic: conceptual
11+
---
12+
13+
# Monitor Azure Database for PostgreSQL Flexible Server by using Azure Monitor workbooks
14+
15+
[!INCLUDE[applies-to-postgresql-flexible-server](../includes/applies-to-postgresql-flexible-server.md)]
16+
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.
18+
19+
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.
20+
21+
In this article, you learn about the various workbook templates available for your flexible server.
22+
23+
Azure Database for PostgreSQL Flexible Server has two available templates:
24+
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:
26+
27+
- Server Summary
28+
- Database Summary
29+
- Connection Metrics
30+
- Performance Metrics
31+
- Storage Metrics
32+
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:
34+
35+
- Activity Metrics
36+
- Database Metrics
37+
- Autovacuum Metrics
38+
- Replication Metrics
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/concepts-workbooks/monitor-workbooks-all.png" alt-text="Screenshot showing the Overview, Enhanced Metrics templates on the Workbooks pane.":::
47+
48+
## Next steps
49+
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).
102 KB
Loading

0 commit comments

Comments
 (0)