Skip to content

Commit db4bc0c

Browse files
Incorporate feedback.
1 parent 10ef0b7 commit db4bc0c

File tree

6 files changed

+17
-496
lines changed

6 files changed

+17
-496
lines changed

.openpublishing.redirection.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -340,21 +340,11 @@
340340
"redirect_url": "/azure/api-management/monitor-api-management",
341341
"redirect_document_id": true
342342
},
343-
{
344-
"source_path_from_root": "/articles/api-management/api-management-howto-app-insights.md",
345-
"redirect_url": "/azure/api-management/monitor-api-management",
346-
"redirect_document_id": false
347-
},
348343
{
349344
"source_path_from_root": "/articles/api-management/visualize-using-managed-grafana-dashboard.md",
350345
"redirect_url": "/azure/api-management/monitor-api-management",
351346
"redirect_document_id": false
352347
},
353-
{
354-
"source_path_from_root": "/articles/api-management/developer-portal-integrate-application-insights.md",
355-
"redirect_url": "/azure/api-management/monitor-api-management",
356-
"redirect_document_id": false
357-
},
358348
{
359349
"source_path_from_root": "/articles/api-management/developer-portal-enable-usage-logs.md",
360350
"redirect_url": "/azure/api-management/monitor-api-management",

articles/api-management/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@
178178
href: monitor-api-management.md
179179
- name: Log events to Azure Event Hubs
180180
href: api-management-howto-log-event-hubs.md
181+
- name: Log requests with Azure Application Insights
182+
href: api-management-howto-app-insights.md
181183
- name: Define APIs
182184
items:
183185
- name: Add and import APIs
@@ -393,6 +395,8 @@
393395
href: enable-cors-developer-portal.md
394396
- name: Enable console OAuth support
395397
href: api-management-howto-oauth2.md
398+
- name: Integrate Application Insights
399+
href: developer-portal-integrate-application-insights.md
396400
- name: Integrate Google Tag Manager
397401
href: developer-portal-integrate-google-tag-manager.md
398402
- name: Customize developer portal on WordPress

articles/api-management/api-management-howto-use-azure-monitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: danlep
1414

1515
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1616

17-
With Azure Monitor, you can visualize, query, route, archive, and take actions on the metrics or logs coming from your Azure API Management service.
17+
With Azure Monitor, you can visualize, query, route, archive, and take actions on the metrics or logs coming from your Azure API Management service. For an overview of Azure Monitor for API Management, see [Monitor API Management](monitor-api-management.md).
1818

1919
[!INCLUDE [api-management-workspace-availability](../../includes/api-management-workspace-availability.md)]
2020

@@ -37,7 +37,7 @@ In this tutorial, you learn how to:
3737

3838
## View metrics of your APIs
3939

40-
API Management emits [metrics](/azure/azure-monitor/essentials/data-platform-metrics) every minute, giving you near real-time visibility into the state and health of your APIs. The following are the most frequently used metrics. For a list of all available metrics, see [supported metrics](/azure/azure-monitor/reference/supported-metrics/microsoft-apimanagement-service-metrics).
40+
API Management emits [metrics](/azure/azure-monitor/essentials/data-platform-metrics) every minute, giving you near real-time visibility into the state and health of your APIs. The following are the most frequently used metrics. For a list of all available metrics, see [Metrics](monitor-api-management-reference.md#metrics).
4141

4242
* **Capacity** - helps you make decisions about upgrading/downgrading your API Management services. The metric is emitted per minute and reflects the estimated gateway capacity at the time of reporting. The metric ranges from 0-100 calculated based on gateway resources such as CPU and memory utilization and other factors.
4343

articles/api-management/monitor-api-management-reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitoring data reference for Azure API Management
33
description: This article contains important reference material you need when you monitor Azure API Management by using Azure Monitor.
4-
ms.date: 12/10/2024
4+
ms.date: 01/06/2025
55
ms.custom: horz-monitor
66
ms.topic: reference
77
author: dlepow
@@ -11,6 +11,8 @@ ms.service: azure-api-management
1111

1212
# API Management monitoring data reference
1313

14+
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
15+
1416
[!INCLUDE [horz-monitor-ref-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-intro.md)]
1517

1618
See [Monitor API Management](monitor-api-management.md) for details on the data you can collect for Azure API Management and how to use it.

0 commit comments

Comments
 (0)