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/iot-operations/configure-observability-monitoring/howto-configure-observability.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,11 +242,11 @@ az iot ops upgrade --resource-group <rg name> -n <instance name> --ops-config ob
242
242
243
243
## Deploy dashboards to Grafana
244
244
245
-
Azure IoT Operations provides a [sample dashboard](https://github.com/Azure/azure-iot-operations/tree/main/samples/grafana-dashboard) designed to give you many of the visualizations you need to understand the health and performance of your Azure IoT Operations deployment.
245
+
Azure IoT Operations provides a [sample dashboard](https://github.com/Azure-Samples/explore-iot-operations/tree/main/samples/observability), designed to give you many of the visualizations you need to understand the health and performance of your Azure IoT Operations deployment.
246
246
247
247
Complete the following steps to install the Azure IoT Operations curated Grafana dashboards:
248
248
249
-
1. Clone or download the **azure-iot-operations** repository to get the sample Grafana Dashboard json file locally: [https://github.com/Azure/azure-iot-operations](https://github.com/Azure/azure-iot-operations).
249
+
1. Clone or download the **explore-iot-operations** repository to get the sample Grafana Dashboard json file locally: [https://github.com/Azure-Samples/explore-iot-operations](https://github.com/Azure-Samples/explore-iot-operations).
250
250
1. Sign in to the Grafana console. You can access the console through the Azure portal or use the `az grafana show` command to retrieve the URL.
251
251
252
252
```azurecli
@@ -255,10 +255,13 @@ Complete the following steps to install the Azure IoT Operations curated Grafana
255
255
256
256
1. On the Grafana landing page, select the **Create your first dashboard** tile.
257
257
1. Select **Import Dashboard**.
258
-
1. Browse to the sample dashboard directory in your local copy of the Azure IoT Operations repository, **azure-iot-operations > samples > grafana-dashboard**, then select the **aio.sample.json** dashboard file.
258
+
1. Browse to the sample dashboard directory in your local copy of the Azure IoT Operations repository, **explore-iot-operations > samples > observability > grafana-dashboard**, then select the **aio-observability.json** dashboard file.
259
259
1. When the application prompts, select your managed Prometheus data source.
260
260
1. Select **Import**.
261
261
262
+
> [!NOTE]
263
+
> In the **aio-observability.json** file, make sure to configure both the Prometheus and Azure Monitor datasources, and set the `subscriptionId` variable to your Azure subscription ID, for log queries.
264
+
262
265
## Next steps
263
266
264
267
- [How to clean up observability resources](howto-clean-up-observability-resources.md)
0 commit comments