Skip to content

Commit a00f8c6

Browse files
authored
Merge pull request #216745 from baanders/10-31-monitor
ADT: Revamp monitoring articles
2 parents b56ea6f + 42f6404 commit a00f8c6

23 files changed

+118
-293
lines changed

articles/digital-twins/.openpublishing.redirection.digital-twins.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "how-to-monitor-metrics.md",
5+
"redirect_url": "/azure/digital-twins/how-to-monitor",
6+
"redirect_document_id": true
7+
},
8+
{
9+
"source_path": "how-to-monitor-diagnostics.md",
10+
"redirect_url": "/azure/digital-twins/how-to-monitor",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "how-to-monitor-alerts.md",
15+
"redirect_url": "/azure/digital-twins/how-to-monitor",
16+
"redirect_document_id": false
17+
},
318
{
419
"source_path": "how-to-create-app-registration-portal.md",
520
"redirect_url": "/azure/digital-twins/how-to-create-app-registration",
@@ -31,8 +46,8 @@
3146
"redirect_document_id": true
3247
},
3348
{
34-
"source_path": "troubleshoot-resource-health.md",
35-
"redirect_url": "/azure/digital-twins/how-to-monitor-resource-health",
49+
"source_path": "how-to-monitor-resource-health.md",
50+
"redirect_url": "/azure/digital-twins/troubleshoot-resource-health",
3651
"redirect_document_id": true
3752
},
3853
{

articles/digital-twins/TOC.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,10 @@
137137
href: how-to-integrate-maps.md
138138
- name: Monitor and troubleshoot
139139
items:
140-
- name: Metrics
141-
href: how-to-monitor-metrics.md
142-
- name: Diagnostics logs
143-
href: how-to-monitor-diagnostics.md
144-
- name: Alerts
145-
href: how-to-monitor-alerts.md
146-
- name: Resource health
147-
href: how-to-monitor-resource-health.md
140+
- name: Monitor your instance
141+
href: how-to-monitor.md
142+
- name: Troubleshoot resource health
143+
href: troubleshoot-resource-health.md
148144
- name: Troubleshoot performance
149145
href: troubleshoot-performance.md
150146
- name: Known issues

articles/digital-twins/concepts-apis-sdks.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,7 @@ Service methods return strongly typed objects wherever possible. However, becaus
120120

121121
API metrics such as requests, latency, and failure rate can be viewed in the [Azure portal](https://portal.azure.com/).
122122

123-
From the portal homepage, search for your Azure Digital Twins instance to pull up its details. Select the **Metrics** option from the Azure Digital Twins instance's menu to bring up the **Metrics** page.
124-
125-
:::image type="content" source="media/how-to-monitor-metrics/azure-digital-twins-metrics.png" alt-text="Screenshot showing the metrics page for Azure Digital Twins.":::
126-
127-
From here, you can view the metrics for your instance and create custom views.
123+
For information about viewing and managing metrics with Azure Monitor, see [Get started with metrics explorer](../azure-monitor/essentials/metrics-getting-started.md). For a full list of API metrics available for Azure Digital Twins, see [Azure Digital Twins API request metrics](how-to-monitor.md#api-request-metrics).
128124

129125
## Next steps
130126

articles/digital-twins/how-to-manage-routes.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ az resource create --id <Azure-Digital-Twins-instance-Azure-resource-ID>/endpoin
156156

157157
When an endpoint can't deliver an event within a certain time period or after trying to deliver the event a certain number of times, it can send the undelivered event to a storage account. This process is known as *dead-lettering*.
158158

159-
You can set up the necessary storage resources using the [Azure portal](https://portal.azure.com/#home) or the [Azure Digital Twins CLI](/cli/azure/dt). However, to create an endpoint with dead-lettering enabled, you'll need use the [Azure Digital Twins CLI](/cli/azure/dt) or [control plane APIs](concepts-apis-sdks.md#overview-control-plane-apis).
159+
You can set up the necessary storage resources using the [Azure portal](https://portal.azure.com/#home) or the [Azure Digital Twins CLI](/cli/azure/dt). However, to create an endpoint with dead-lettering enabled, you'll need to use the [Azure Digital Twins CLI](/cli/azure/dt) or [control plane APIs](concepts-apis-sdks.md#overview-control-plane-apis).
160160

161161
To learn more about dead-lettering, see [Endpoints and event routes](concepts-route-events.md#dead-letter-events). For instructions on how to set up an endpoint with dead-lettering, continue through the rest of this section.
162162

@@ -473,15 +473,9 @@ When you implement or update a filter, the change may take a few minutes to be r
473473

474474
Routing metrics such as count, latency, and failure rate can be viewed in the [Azure portal](https://portal.azure.com/).
475475

476-
From the portal homepage, search for your Azure Digital Twins instance to pull up its details. Select the **Metrics** option from the Azure Digital Twins instance's navigation menu on the left to bring up the **Metrics** page.
477-
478-
:::image type="content" source="media/how-to-monitor-metrics/azure-digital-twins-metrics.png" alt-text="Screenshot showing the metrics page for Azure Digital Twins.":::
479-
480-
From here, you can view the metrics for your instance and create custom views.
481-
482-
For more on viewing Azure Digital Twins metrics, see [Monitor with metrics](how-to-monitor-metrics.md).
476+
For information about viewing and managing metrics with Azure Monitor, see [Get started with metrics explorer](../azure-monitor/essentials/metrics-getting-started.md). For a full list of routing metrics available for Azure Digital Twins, see [Azure Digital Twins routing metrics](how-to-monitor.md#routing-metrics).
483477

484478
## Next steps
485479

486480
Read about the different types of event messages you can receive:
487-
* [Event notifications](concepts-event-notifications.md)
481+
* [Event notifications](concepts-event-notifications.md)

articles/digital-twins/how-to-monitor-alerts.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)