Skip to content

Commit 22ad03c

Browse files
authored
Merge pull request #206883 from dlepow/apireport
[APIM] API report
2 parents e2fb4a4 + 5d33fc2 commit 22ad03c

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed
Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
---
22
title: Observability in Azure API Management | Microsoft Docs
3-
description: Overview of all observability options in Azure API Management.
3+
description: Overview of all API observability and monitoring options in Azure API Management.
44
services: api-management
55
documentationcenter: ''
6-
author: begim
7-
manager: alberts
8-
editor: ''
6+
author: dlepow
97

108
ms.service: api-management
119
ms.workload: mobile
1210
ms.tgt_pltfrm: na
13-
ms.topic: article
11+
ms.topic: conceptual
1412
ms.date: 06/01/2020
1513
ms.author: danlep
1614

@@ -24,18 +22,21 @@ Azure API Management helps organizations centralize the management of all APIs.
2422

2523
## Overview
2624

27-
Azure API Management allows you to choose use the managed gateway or [self-hosted gateway](self-hosted-gateway-overview.md), either self-deployed or by using an [Azure Arc extension](how-to-deploy-self-hosted-gateway-azure-arc.md).
25+
Azure API Management allows you to choose to use the managed gateway or [self-hosted gateway](self-hosted-gateway-overview.md), either self-deployed or by using an [Azure Arc extension](how-to-deploy-self-hosted-gateway-azure-arc.md).
2826

29-
The table below summarizes all the observability capabilities supported by API Management to operate APIs and what deployment models they support.
27+
The table below summarizes all the observability capabilities supported by API Management to operate APIs and what deployment models they support. These capabilities can be used by API publishers and others who have permissions to operate or manage the API Management instance.
3028

29+
> [!NOTE]
30+
> For API consumers who use the developer portal, a built-in API report is available. It only provides information about their individual API usage during the preceding 90 days.
31+
>
3132
| Tool | Useful for | Data lag | Retention | Sampling | Data kind | Supported Deployment Model(s) |
3233
|:------------- |:-------------|:---- |:----|:---- |:--- |:---- |
3334
| **[API Inspector](api-management-howto-api-inspector.md)** | Testing and debugging | Instant | Last 100 traces | Turned on per request | Request traces | Managed, Self-hosted, Azure Arc |
34-
| **Built-in Analytics** | Reporting and monitoring | Minutes | Lifetime | 100% | Reports and logs | Managed |
35+
| **[Built-in Analytics](howto-use-analytics.md)** | Reporting and monitoring | Minutes | Lifetime | 100% | Reports and logs | Managed |
3536
| **[Azure Monitor Metrics](api-management-howto-use-azure-monitor.md)** | Reporting and monitoring | Minutes | 90 days (upgrade to extend) | 100% | Metrics | Managed, Self-hosted<sup>2</sup>, Azure Arc |
3637
| **[Azure Monitor Logs](api-management-howto-use-azure-monitor.md)** | Reporting, monitoring, and debugging | Minutes | 31 days/5GB (upgrade to extend) | 100% (adjustable) | Logs | Managed<sup>1</sup>, Self-hosted<sup>3</sup>, Azure Arc<sup>3</sup> |
3738
| **[Azure Application Insights](api-management-howto-app-insights.md)** | Reporting, monitoring, and debugging | Seconds | 90 days/5GB (upgrade to extend) | Custom | Logs, metrics | Managed<sup>1</sup>, Self-hosted<sup>1</sup>, Azure Arc<sup>1</sup> |
38-
| **[Logging through Azure Event Hub](api-management-howto-log-event-hubs.md)** | Custom scenarios | Seconds | User managed | Custom | Custom | Managed<sup>1</sup>, Self-hosted<sup>1</sup>, Azure Arc<sup>1</sup> |
39+
| **[Logging through Azure Event Hubs](api-management-howto-log-event-hubs.md)** | Custom scenarios | Seconds | User managed | Custom | Custom | Managed<sup>1</sup>, Self-hosted<sup>1</sup>, Azure Arc<sup>1</sup> |
3940
| **[OpenTelemetry](how-to-deploy-self-hosted-gateway-kubernetes-opentelemetry.md#introduction-to-opentelemetry)** | Monitoring | Minutes | User managed | 100% | Metrics | Self-hosted<sup>2</sup> |
4041

4142
*1. Optional, depending on the configuration of feature in Azure API Management*
@@ -46,5 +47,6 @@ The table below summarizes all the observability capabilities supported by API M
4647

4748
## Next Steps
4849

49-
* [Follow the tutorials to learn more about API Management](import-and-publish.md)
50-
- To learn more about the self-hosted gateway, see [Self-hosted gateway overview](self-hosted-gateway-overview.md).
50+
- Get started with [Azure Monitor metrics and logs](api-management-howto-use-azure-monitor.md)
51+
- Learn how to log requests with [Application Insights](api-management-howto-app-insights.md)
52+
- Learn how to log events through [Event Hubs](api-management-howto-log-event-hubs.md)

0 commit comments

Comments
 (0)