Skip to content

Commit 97368d0

Browse files
committed
fix comments
1 parent 008d5e9 commit 97368d0

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

articles/container-apps/java-metrics-with-grafana.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Grafana is a popular tool for centralized metrics visualization and monitoring i
2020
In this tutorial, you:
2121
> [!div class="checklist"]
2222
> * 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.
2525
2626
## Prerequisites
2727

@@ -33,7 +33,7 @@ In this tutorial, you:
3333

3434
Use the following steps to define environment variables and ensure your Azure Managed Grafana extension is up to date.
3535

36-
1. Create variables to support your grafana configuration.
36+
1. Create variables to support your Grafana configuration.
3737
```bash
3838
export LOCATION=eastus
3939
export SUBSCRIPTION_ID={subscriprion-id}
@@ -92,7 +92,7 @@ First, create an Azure Managed Grafana instance, and grant necessary role assign
9292
## Create a Java metrics dashboard
9393

9494
> [!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).
9696
9797

9898
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
125125

126126
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.
127127

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":::
129129

130130

131-
## Visiualize Java metrics for Azure Container Apps with Grafana
131+
## Visualize Java metrics for Azure Container Apps with Grafana
132132

133133
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
134134
- Container App Overview
@@ -137,15 +137,15 @@ First, create an Azure Managed Grafana instance, and grant necessary role assign
137137
- JVM GC JVM GC
138138
- A detailed JVM Memory Usage Analysis
139139

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":::
141141

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":::
143143

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":::
145145

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":::
147147

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":::
149149

150150

151151
You can use this dashboard as a starting point to create your own customized metric visualizations and monitoring solution.

articles/container-apps/java-metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Once you select the Java development stack, the *Customize Java features for you
5454

5555
1. In the *Overview* section, under *Essentials*, find *Development stack* and select **manage**.
5656

57-
1. In the *Development stack* drop down, select **Java**.
57+
1. In the *Development stack* drop-down, select **Java**.
5858

5959
1. Select **Apply**.
6060

@@ -130,5 +130,5 @@ You can see Java metric names on Azure Monitor, but the data sets show as empty
130130
## Next steps
131131

132132
> [!div class="nextstepaction"]
133-
> [Build a Java metrics dashboard with Azure Managed Grafana](java-metrics-with-grafana.md)
134-
> [Monitor logs with Log Analytics](log-monitoring.md)
133+
- [Build a Java metrics dashboard with Azure Managed Grafana](java-metrics-with-grafana.md)
134+
- [Monitor logs with Log Analytics](log-monitoring.md)

0 commit comments

Comments
 (0)