Skip to content

Commit 84fc247

Browse files
authored
Update deploy-postgresql-ha.md
corrected warnings from build process - remove localized URL, fixed alt text
1 parent fb90cd4 commit 84fc247

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/deploy-postgresql-ha.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,14 +322,14 @@ Once you have deployed the Postgres cluster and the pod monitor, you can view th
322322
Alternatively, Once you have deployed the Postgres cluster and pod monitors, you can create a metrics dashboard on the Managed Grafana instance created by the deployment script to visualize the metrics exported to the Azure Monitor workspace. You can access the Managed Grafana via the Azure portal. Navigate to the Managed Grafana instance created by the deployment script and click on the Endpoint link as shown here:
323323
![Azure Managed Grafana Instance](./media/deploy-postgresql-ha/cnpg-graf-1.png)
324324
325-
Clicking on the Endpoint link will cause a new browser window to open where you can create dashboards on the Managed Grafana instance. Following the instructions to [configure an Azure Monitor data source](https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/grafana-plugin#configure-an-azure-monitor-data-source-plug-in), you can then add visualizations to create a dashboard of metrics from the Postgres cluster. After setting up the data source connection, from the main menu, click the Data sources option and you should see a set of data source options for the data source connection as shown here:
325+
Clicking on the Endpoint link will cause a new browser window to open where you can create dashboards on the Managed Grafana instance. Following the instructions to [configure an Azure Monitor data source](https://learn.microsoft.com/azure/azure-monitor/visualize/grafana-plugin), you can then add visualizations to create a dashboard of metrics from the Postgres cluster. After setting up the data source connection, from the main menu, click the Data sources option and you should see a set of data source options for the data source connection as shown here:
326326
![Data Source Options](./media/deploy-postgresql-ha/cnpg-graf-2.png)
327327
328328
On the Managed Prometheus option, click the option to build a dashboard to open the dashboard editor. Once the editor window opens, click the Add visualization option then click the Managed Prometheus option to browse the metrics from the Postgres cluster. Once you have selected the metric you want to visualize, click the Run queries button to fetch the data for the visualization as shown here:
329-
![Dashboard](./media/deploy-postgresql-ha/cnpg-graf-3.png)
329+
![Construct Dashboard](./media/deploy-postgresql-ha/cnpg-graf-3.png)
330330
331331
Click the Save button to add the panel to your dashboard. You can add other panels by clicking the Add button in the dashboard editor and repeating this process to visualize other metrics. Adding the metrics visualizations, you should have something that looks like this:
332-
![Dashboard](./media/deploy-postgresql-ha/cnpg-graf-4.png)
332+
![Save Dashboard](./media/deploy-postgresql-ha/cnpg-graf-4.png)
333333
334334
Click the Save icon to save your dashboard.
335335

0 commit comments

Comments
 (0)