Skip to content

Commit 362a898

Browse files
authored
Merge pull request #268895 from EdB-MSFT/move-metrics-toc2
updated toc
2 parents 292f388 + fa2318b commit 362a898

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

articles/azure-monitor/essentials/metrics-store-custom-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ ms.topic: how-to
88
ms.date: 01/07/2024
99
ms.author: edbaynash
1010
---
11-
# Send custom metrics for an Azure resource to the Azure Monitor metrics store by using a REST API
11+
# Ingest custom metrics for an Azure resource using the REST API
1212

13-
This article shows you how to send custom metrics for Azure resources to the Azure Monitor metrics store via a REST API. When the metrics are in Azure Monitor, you can do all the things with them that you do with standard metrics. For example, you can generate charts and alerts and route the metrics to other external tools.
13+
This article shows you how to send custom metrics for Azure resources to the Azure Monitor metrics store via the REST API. When the metrics are in Azure Monitor, you can do all the things with them that you do with standard metrics. For example, you can generate charts and alerts and route the metrics to other external tools.
1414

1515
> [!NOTE]
1616
> The REST API only permits sending custom metrics for Azure resources. To send metrics for resources in other environments or on-premises, use [Application Insights](../app/api-custom-events-metrics.md).

articles/azure-monitor/toc.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,8 @@ items:
802802
href: ../virtual-machines/extensions/diagnostics-linux-v3.md?toc=/azure/azure-monitor/toc.json
803803
- name: Collect metrics with Telegraf
804804
href: essentials/collect-custom-metrics-linux-telegraf.md
805+
- name: Custom metrics ingestion using REST
806+
href: essentials/metrics-store-custom-rest-api.md
805807
- name: Logs ingestion API
806808
items:
807809
- name: Overview
@@ -883,8 +885,6 @@ items:
883885
href: essentials/data-platform-metrics.md
884886
- name: Custom metrics
885887
href: essentials/metrics-custom-overview.md
886-
- name: Metrics REST API
887-
href: essentials/metrics-store-custom-rest-api.md
888888
- name: Prometheus metrics
889889
items:
890890
- name: Overview
@@ -1139,6 +1139,13 @@ items:
11391139
href: essentials/metric-chart-samples.md
11401140
- name: Troubleshooting metric charts
11411141
href: essentials/metrics-troubleshoot.md
1142+
- name: REST API for metrics
1143+
items:
1144+
- name: Metrics REST API Walkthrough
1145+
displayName: metrics, analyze
1146+
href: essentials/rest-api-walkthrough.md
1147+
- name: Migrate to the metrics getBatch API
1148+
href: essentials/migrate-to-batch-api.md
11421149
- name: Log Analytics
11431150
items:
11441151
- name: Overview
@@ -1222,6 +1229,8 @@ items:
12221229
href: logs/api/prefer-options.md
12231230
- name: Errors
12241231
href: logs/api/errors.md
1232+
- name: Get the Activity log using the REST API
1233+
href: essentials/rest-activity-log.md
12251234
- name: Change Analysis
12261235
items:
12271236
- name: Overview
@@ -1557,13 +1566,6 @@ items:
15571566
items:
15581567
- name: Azure Monitor REST API index
15591568
href: azure-monitor-rest-api-index.md
1560-
- name: REST API Walkthrough
1561-
displayName: metrics, analyze
1562-
href: essentials/rest-api-walkthrough.md
1563-
- name: Activity log via REST API
1564-
href: essentials/rest-activity-log.md
1565-
- name: Migrate to the metrics getBatch API
1566-
href: essentials/migrate-to-batch-api.md
15671569
- name: Migrate from the alertsSummary API
15681570
href: alerts/migrate-from-alerts-summary-api.md
15691571
- name: Azure alerts management SDK for Python

0 commit comments

Comments
 (0)