You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/java-metrics-with-grafana.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ Grafana is a popular tool for centralized metrics visualization and monitoring i
20
20
In this tutorial, you:
21
21
> [!div class="checklist"]
22
22
> * Create an Azure Managed Grafana instance.
23
-
> * Create a Java metrics dashboard in grafana.
24
-
> *Visiualize Java metrics for Azure Container Apps with grafana.
23
+
> * Create a Java metrics dashboard in Grafana.
24
+
> *Visualize Java metrics for Azure Container Apps with Grafana.
25
25
26
26
## Prerequisites
27
27
@@ -33,7 +33,7 @@ In this tutorial, you:
33
33
34
34
Use the following steps to define environment variables and ensure your Azure Managed Grafana extension is up to date.
35
35
36
-
1. Create variables to support your grafana configuration.
36
+
1. Create variables to support your Grafana configuration.
37
37
```bash
38
38
export LOCATION=eastus
39
39
export SUBSCRIPTION_ID={subscriprion-id}
@@ -92,7 +92,7 @@ First, create an Azure Managed Grafana instance, and grant necessary role assign
92
92
## Create a Java metrics dashboard
93
93
94
94
> [!IMPORTANT]
95
-
> To add a new dashboard in grafana, you need to have `Grafana Admin` or `Grafana Editor`role, see [Azure Managed Grafana roles](../managed-grafana/concept-role-based-access-control.md).
95
+
> To add a new dashboard in Grafana, you need to have `Grafana Admin` or `Grafana Editor`role, see [Azure Managed Grafana roles](../managed-grafana/concept-role-based-access-control.md).
96
96
97
97
98
98
1. Assign the `Grafana Admin` role to your account on the Azure Managed Grafana resource.
@@ -125,10 +125,10 @@ First, create an Azure Managed Grafana instance, and grant necessary role assign
125
125
126
126
1. Go to `Dashboard` > `New` -> `Import`. Upload the above sample dashboard JSON file, and choose the default built-in `Azure Monitor` data source, then click `Import` button.
127
127
128
-
:::image type="content" source="media/java-metrics-with-grafana/import-java-dashboard.png" alt-text="Screenshot of importing java metric dashboard for Azure Container Apps." lightbox="media/java-metrics-with-grafana/import-java-dashboard.png":::
128
+
:::image type="content" source="media/java-metrics-with-grafana/import-java-dashboard.png" alt-text="Screenshot of importing Java metric dashboard for Azure Container Apps." lightbox="media/java-metrics-with-grafana/import-java-dashboard.png":::
129
129
130
130
131
-
## Visiualize Java metrics for Azure Container Apps with Grafana
131
+
## Visualize Java metrics for Azure Container Apps with Grafana
132
132
133
133
1. Input your resource information in the filters for your Azure Container Apps. Now you can view all the [supported Java metrics in Azure Container Apps](java-metrics.md) within the dashboard. The sample dashboard provides live metric data, including
134
134
- Container App Overview
@@ -137,15 +137,15 @@ First, create an Azure Managed Grafana instance, and grant necessary role assign
137
137
- JVM GC JVM GC
138
138
- A detailed JVM Memory Usage Analysis
139
139
140
-
:::image type="content" source="media/java-metrics-with-grafana/grafana-overview.png" alt-text="Screenshot of Overview tab in grafana." lightbox="media/java-metrics-with-grafana/grafana-overview.png":::
140
+
:::image type="content" source="media/java-metrics-with-grafana/grafana-overview.png" alt-text="Screenshot of Overview tab in Grafana." lightbox="media/java-metrics-with-grafana/grafana-overview.png":::
141
141
142
-
:::image type="content" source="media/java-metrics-with-grafana/grafana-jvm-mem.png" alt-text="Screenshot of JVM memory tab in grafana." lightbox="media/java-metrics-with-grafana/grafana-jvm-mem.png":::
142
+
:::image type="content" source="media/java-metrics-with-grafana/Grafana-jvm-memory.png" alt-text="Screenshot of JVM memory tab in grafana." lightbox="media/java-metrics-with-grafana/grafana-jvm-memory.png":::
143
143
144
-
:::image type="content" source="media/java-metrics-with-grafana/grafana-jvm-buffer.png" alt-text="Screenshot of JVM buffer memory tab in grafana." lightbox="media/java-metrics-with-grafana/grafana-jvm-buffer.png":::
144
+
:::image type="content" source="media/java-metrics-with-grafana/grafana-jvm-buffer.png" alt-text="Screenshot of JVM buffer memory tab in Grafana." lightbox="media/java-metrics-with-grafana/grafana-jvm-buffer.png":::
145
145
146
-
:::image type="content" source="media/java-metrics-with-grafana/grafana-jvm-gc.png" alt-text="Screenshot of JVM GC tab in grafana." lightbox="media/java-metrics-with-grafana/grafana-jvm-gc.png":::
146
+
:::image type="content" source="media/java-metrics-with-grafana/grafana-jvm-gc.png" alt-text="Screenshot of JVM GC tab in Grafana." lightbox="media/java-metrics-with-grafana/grafana-jvm-gc.png":::
147
147
148
-
:::image type="content" source="media/java-metrics-with-grafana/grafana-jvm-mem-analysis.png" alt-text="Screenshot of JVM memory analysis tab in grafana." lightbox="media/java-metrics-with-grafana/grafana-jvm-mem-analysis.png":::
148
+
:::image type="content" source="media/java-metrics-with-grafana/grafana-jvm-memory-analysis.png" alt-text="Screenshot of JVM memory analysis tab in Grafana." lightbox="media/java-metrics-with-grafana/grafana-jvm-memory-analysis.png":::
149
149
150
150
151
151
You can use this dashboard as a starting point to create your own customized metric visualizations and monitoring solution.
0 commit comments