You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/howto-use-analytics.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: dlepow
5
5
6
6
ms.service: api-management
7
7
ms.topic: article
8
-
ms.date: 03/26/2024
8
+
ms.date: 08/01/2024
9
9
ms.author: danlep
10
10
---
11
11
@@ -22,11 +22,11 @@ Azure API Management provides analytics for your APIs so that you can analyze th
22
22
23
23
* API Management provides analytics using an [Azure Monitor-based dashboard](../azure-monitor/visualize/workbooks-overview.md). The dashboard aggregates data in an Azure Log Analytics workspace.
24
24
25
-
* In the classic API Management service tiers, your API Management instance also includes legacy *built-in analytics* in the Azure portal, and analytics data can be accessed using the API Management REST API. Equivalent data is shown in the Azure Monitor-based dashboard and built-in analytics.
25
+
* In the classic API Management service tiers, your API Management instance also includes *built-in (classic) analytics* in the Azure portal, and analytics data can be accessed using the API Management REST API. Similar data is shown in the Azure Monitor-based dashboard and built-in analytics.
26
26
27
27
> [!IMPORTANT]
28
28
> * The Azure Monitor-based dashboard is the recommended way to access analytics data.
29
-
> *Legacy built-in analytics isn't available in the v2 tiers.
29
+
> *Built-in (classic) analytics isn't available in the v2 tiers.
30
30
31
31
With API analytics, analyze the usage and performance of the APIs in your API Management instance across several dimensions, including:
32
32
@@ -46,7 +46,7 @@ With API analytics, analyze the usage and performance of the APIs in your API Ma
46
46
47
47
## Azure Monitor-based dashboard
48
48
49
-
To use the Azure Monitor-based dashboard, you need to configure a Log Analytics workspace as a data source for API Management gateway logs.
49
+
To use the Azure Monitor-based dashboard, you need a Log Analytics workspace as a data source for API Management gateway logs.
50
50
51
51
If you need to configure one, the following are brief steps to send gateway logs to a Log Analytics workspace. For more information, see [Tutorial: Monitor published APIs](api-management-howto-use-azure-monitor.md#resource-logs). This is a one-time setup.
52
52
@@ -62,20 +62,20 @@ If you need to configure one, the following are brief steps to send gateway logs
62
62
After a Log Analytics workspace is configured, access the Azure Monitor-based dashboard to analyze the usage and performance of your APIs.
63
63
64
64
1. In the [Azure portal](https://portal.azure.com), navigate to your API Management instance.
65
-
1. In the left-hand menu, under **Monitoring**, select **Insights**. The analytics dashboard opens.
65
+
1. In the left-hand menu, under **Monitoring**, select **Analytics**. The analytics dashboard opens.
66
66
1. Select a time range for data.
67
67
1. Select a report category for analytics data, such as **Timeline**, **Geography**, and so on.
68
68
69
-
## Legacy built-in analytics
69
+
## Built-in (classic) analytics
70
70
71
-
In certain API Management service tiers, built-in analytics is also available in the Azure portal, and analytics data can be accessed using the API Management REST API.
71
+
In certain API Management service tiers, built-in (classic) analytics (also called *legacy analytics*) is also available in the Azure portal, and analytics data can be accessed using the API Management REST API.
72
72
73
73
### Built-in analytics - portal
74
74
75
-
To access the built-in analytics in the Azure portal:
75
+
To access the built-in (classic) analytics in the Azure portal:
76
76
77
77
1. In the [Azure portal](https://portal.azure.com), navigate to your API Management instance.
78
-
1. In the left-hand menu, under **Monitoring**, select **Analytics**.
78
+
1. In the left-hand menu, under **Monitoring**, select **Analytics (classic)**.
79
79
1. Select a time range for data, or enter a custom time range.
80
80
1. Select a report category for analytics data, such as **Timeline**, **Geography**, and so on.
81
81
1. Optionally, filter the report by one or more additional categories.
0 commit comments