Skip to content

Commit c1e5800

Browse files
authored
Update prometheus-grafana.md
1 parent f104e29 commit c1e5800

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

articles/application-gateway/for-containers/prometheus-grafana.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can monitor Azure Application Gateway for Containers resources in the follow
2121

2222
- [Diagnostic Logs](../../application-gateway/for-containers/diagnostics.md): Access Logs audit all requests made to Application Gateway for Containers. Logs can provide several characteristics, such as the client's IP, requested URL, request latencies, return code, and bytes in and out. An access log is collected every 60 seconds.
2323

24-
[![A screenshot of architecture grid.](./media/prometheus-grafana/article-drawio.png)](./media/prometheus-grafana/article-drawio.png#lightbox)
24+
[![A diagram of architecture grid.](./media/prometheus-grafana/design-arch.png)](./media/prometheus-grafana/design-arch.png#lightbox)
2525

2626
## Learn About the Services
2727
- [What is Azure Managed Prometheus?](../../azure-monitor/essentials/prometheus-metrics-overview.md)
@@ -54,15 +54,16 @@ Complete the steps to configure prometheus and grafana.
5454
1. Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
5555
2. In **Search resources, service, and docs**, type **Application Gateways for Containers** and select your Kubernetes Cluster name.
5656

57-
![[A screenshot of kubernetes insights.](./media/prometheus-grafana/configure.png)](./media/prometheus-grafana/configure.png#lightbox)
57+
[ ![A screenshot of kubernetes insights.](./media/prometheus-grafana/configure.png) ](./media/prometheus-grafana/configure.png#lightbox)
5858

5959
3. Under insights and select **Configure Monitoring**.
6060

61-
![A screenshot of monitoring metrics.](./media/prometheus-grafana/grafanacontainer.png)
61+
[ ![A screenshot of monitoring metrics.](./media/prometheus-grafana/grafana-container.png) ](./media/prometheus-grafana/grafana-container.png#lightbox)
62+
6263
Create new instances of Log analytics, Azure Monitor (Prometheus), and Managed Grafana to store current Kubernetes cluster metrics.
6364
4. In **Search resources, service, and docs**, type **Managed Prometheus** and select.
6465

65-
![[A screenshot of Prometheus Managed.](./media/prometheus-grafana/managed-prometheus.png)](./media/prometheus-grafana/managed-prometheus.png#lightbox)
66+
[ ![A screenshot of Prometheus Managed.](./media/prometheus-grafana/managed-prometheus.png) ](./media/prometheus-grafana/managed-prometheus.png#lightbox)
6667

6768
5. Follow the steps to enable Azure Monitor to enable Managed Prometheus service by selecting **Create**.
6869
6. Create Azure Monitor Workspace Instance:
@@ -88,7 +89,7 @@ Complete the steps to configure prometheus and grafana.
8889
- In **Search resources, service, and docs**, type **Azure Monitor**.
8990
- Select your monitor workspace.
9091
- Select **Linked Grafana Workspaces**.
91-
![A screenshot of Grafana Link.](./media/prometheus-grafana/gwork.png)
92+
![A screenshot of Grafana Link.](./media/prometheus-grafana/grafana-link.png)
9293
9. Select a Grafana workspace.
9394
10. Select **Link**.
9495

@@ -108,7 +109,7 @@ We created the resources and now we combine all resources and configure promethe
108109
- Select **“Configure”**.
109110
> [!NOTE]
110111
> Check for ama-metrics under workloads in your kubernetes cluster.
111-
> ![[A screenshot of Checking Config.](./media/prometheus-grafana/notesimage.png)](./media/prometheus-grafana/notesimage.png#lightbox)
112+
> [ ![A screenshot of Checking Config.](./media/prometheus-grafana/notes-image.png) ](./media/prometheus-grafana/notes-image.png#lightbox)
112113

113114
## Enable diagnostic logs for Application Gateway for Containers
114115
Activity logging is automatically enabled for every Resource Manager resource. For Access Logs, you must enable access logging to start collecting the data available through those logs. To enable logging, you may configure diagnostic settings in Azure Monitor.
@@ -118,7 +119,7 @@ Activity logging is automatically enabled for every Resource Manager resource. F
118119
1. Enter **Application Gateway for Containers** in the search box. Select your active Application Gateway for Container resource.
119120
2. Search and select Diagnostic Setting under Monitoring. Add diagnostic setting.
120121
3. Select a name, check box **allLogs** which includes the Application Gateway for Container Access Logs, and select **Send to Log analytics Workspace** with your desired subscription and recently made log analytics workspace.
121-
![[A screenshot of Application Gateway for Containers Diagnostic Setting.](./media/prometheus-grafana/logsall.png)](./media/prometheus-grafana/logsall.png#lightbox)
122+
[ ![A screenshot of Application Gateway for Containers Diagnostic Setting.](./media/prometheus-grafana/logs-all.png) ](./media/prometheus-grafana/logs-all.png#lightbox)
122123

123124
3. Select **Save**.
124125

@@ -128,7 +129,7 @@ In this section, we enter Grafana default dashboards.
128129
1. In **Search resources, service, and docs**, select your **Managed Grafana**.
129130
2. Select the grafana resource used for configuring monitoring in the cluster.
130131
3. Select on Endpoint URL in the overview.
131-
![A screenshot of Grafana Endpoint.](./media/prometheus-grafana/grafaend.png)
132+
![A screenshot of Grafana Endpoint.](./media/prometheus-grafana/grafana-end.png)
132133

133134
4. After entering your user credentials, refer to the Grafana introduction.
134135
5. Select on the left side bar to access default dashboards under dashboards.
@@ -182,7 +183,7 @@ In this section, we visualize a sample logs from Log Analytics Workspace. Refer
182183
![[A screenshot of Metrics Log Data Source.](./media/prometheus-grafana/metrics-logs-datasource.png)](./media/prometheus-grafana/metrics-logs-datasource.png#lightbox)
183184
6. Select metric namespace as microsoft.servicenetworking/trafficcontrollers.
184185
7. Choose a metric such as **total requests** and type of data visualization.
185-
![[A screenshot of Example Metrics Log Data Source.](./media/prometheus-grafana/metrics-logs.png)](./media/prometheus-grafana/metrics-logs.png#lightbox)
186+
[ ![A screenshot of Example Metrics Log Data Source.](./media/prometheus-grafana/metrics-logs.png) ](./media/prometheus-grafana/metrics-logs.png#lightbox)
186187
8. Select a name, description, and time range of the panel.
187188
9. **Save + Apply** to your dashboard.
188189

0 commit comments

Comments
 (0)