Skip to content

Commit 803ddb3

Browse files
Merge pull request #311648 from sethmanheim/dashes
IoT: update observability dashboard
2 parents c2e575f + da22396 commit 803ddb3

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

articles/iot-operations/configure-observability-monitoring/howto-configure-observability.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,11 @@ az iot ops upgrade --resource-group <rg name> -n <instance name> --ops-config ob
242242

243243
## Deploy dashboards to Grafana
244244

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.
246246

247247
Complete the following steps to install the Azure IoT Operations curated Grafana dashboards:
248248

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).
250250
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.
251251

252252
```azurecli
@@ -255,10 +255,13 @@ Complete the following steps to install the Azure IoT Operations curated Grafana
255255

256256
1. On the Grafana landing page, select the **Create your first dashboard** tile.
257257
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.
259259
1. When the application prompts, select your managed Prometheus data source.
260260
1. Select **Import**.
261261

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+
262265
## Next steps
263266

264267
- [How to clean up observability resources](howto-clean-up-observability-resources.md)

0 commit comments

Comments
 (0)