Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.6 KB

howto-use-analytics.md

File metadata and controls

55 lines (39 loc) · 2.6 KB
title description author ms.service ms.topic ms.date ms.author
Use API analytics in Azure API Management | Microsoft Docs
Use analytics in Azure API Management to help you understand and categorize the usage of your APIs and API performance.
dlepow
api-management
article
11/24/2020
apimpm

Get API analytics in Azure API Management

Azure API Management provides built-in analytics for your APIs. Analyze the usage and performance of the APIs in your API Management instance across several dimensions, including:

  • Time
  • Geography
  • APIs
  • API operations
  • Products
  • Subscriptions
  • Users
  • Requests

Note

Geography values are approximate based on IP address mapping.

:::image type="content" source="media/howto-use-analytics/analytics-report-portal.png" alt-text="Timeline analytics in portal":::

Use analytics for high-level monitoring and troubleshooting of your APIs. For additional monitoring features, including near real-time metrics and resource logs for diagnostics and auditing, see Tutorial: Monitor published APIs.

[!INCLUDE premium-dev-standard-basic.md]

Analytics - portal

Use the Azure portal to review analytics data at a glance for your API Management instance.

  1. In the Azure portal, navigate to your API Management instance.

  2. In the left-hand menu, under Monitoring, select Analytics.

    :::image type="content" source="media/howto-use-analytics/monitoring-menu-analytics.png" alt-text="Select analytics for API Management instance in portal":::

  3. Select a time range for data, or enter a custom time range.

  4. Select a report category for analytics data, such as Timeline, Geography, and so on.

  5. Optionally, filter the report by one or more additional categories.

Analytics - REST API

Use Reports operations in the API Management REST API to retrieve and filter analytics data for your API Management instance.

Available operations return report records by API, geography, API operations, product, request, subscription, time, or user.

Next steps