Skip to content

Commit a6cb905

Browse files
Merge pull request #235776 from rboucher/patch-32
update for new BATCH metrics API
2 parents 61632a2 + 787b82d commit a6cb905

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/azure-monitor/essentials/data-platform-metrics.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.tgt_pltfrm: na
99
ms.custom: ignite-2022
1010
ms.workload: infrastructure-services
11-
ms.date: 11/08/2022
11+
ms.date: 04/25/2023
1212
ms.author: bwren
1313
---
1414

@@ -58,6 +58,13 @@ Azure Monitor collects metrics from the following sources. After these metrics a
5858

5959
For a complete list of data sources that can send data to Azure Monitor Metrics, see [What is monitored by Azure Monitor?](../monitor-reference.md).
6060

61+
## REST API
62+
Azure Monitor provides REST APIs that allow you to get data in and out of Azure Monitor Metrics.
63+
- **Custom metrics API** - [Custom metrics](./metrics-custom-overview.md) allow you to load your own metrics into the Azure Monitor Metrics database. Those metrics can then be used by the same analysis tools that process Azure Monitor platform metrics.
64+
- **Azure Monitor Metrics REST API** - Allows you to access Azure Monitor platform metrics definitions and values. For more information, see [Azure Monitor REST API](/rest/api/monitor/). For information on how to use the API, see the [Azure monitoring REST API walkthrough](./rest-api-walkthrough.md).
65+
- **Azure Monitor Metrics Data plane REST API** - [Azure Monitor Metrics data plane API](/rest/api/monitor/metrics-data-plane/) is a high-volume API designed for customers with large volume metrics queries. It's similar to the existing standard Azure Monitor Metrics REST API, but provides the capability to retrieve metric data for up to 50 resource IDs in the same subscription and region in a single batch API call. This improves query throughput and reduces the risk of throttling.
66+
67+
6168
## Metrics Explorer
6269

6370
Use [Metrics Explorer](metrics-charts.md) to interactively analyze the data in your metric database and chart the values of multiple metrics over time. You can pin the charts to a dashboard to view them with other visualizations. You can also retrieve metrics by using the [Azure monitoring REST API](./rest-api-walkthrough.md).

0 commit comments

Comments
 (0)