Skip to content

Commit e4efceb

Browse files
committed
updated toc
1 parent e150461 commit e4efceb

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
@@ -879,8 +881,6 @@ items:
879881
href: essentials/data-platform-metrics.md
880882
- name: Custom metrics
881883
href: essentials/metrics-custom-overview.md
882-
- name: Metrics REST API
883-
href: essentials/metrics-store-custom-rest-api.md
884884
- name: Prometheus metrics
885885
items:
886886
- name: Overview
@@ -1135,6 +1135,13 @@ items:
11351135
href: essentials/metric-chart-samples.md
11361136
- name: Troubleshooting metric charts
11371137
href: essentials/metrics-troubleshoot.md
1138+
- name: REST API for metrics
1139+
items:
1140+
- name: Metrics REST API Walkthrough
1141+
displayName: metrics, analyze
1142+
href: essentials/rest-api-walkthrough.md
1143+
- name: Migrate to the metrics getBatch API
1144+
href: essentials/migrate-to-batch-api.md
11381145
- name: Log Analytics
11391146
items:
11401147
- name: Overview
@@ -1218,6 +1225,8 @@ items:
12181225
href: logs/api/prefer-options.md
12191226
- name: Errors
12201227
href: logs/api/errors.md
1228+
- name: Get the Activity log using the REST API
1229+
href: essentials/rest-activity-log.md
12211230
- name: Change Analysis
12221231
items:
12231232
- name: Overview
@@ -1553,13 +1562,6 @@ items:
15531562
items:
15541563
- name: Azure Monitor REST API index
15551564
href: azure-monitor-rest-api-index.md
1556-
- name: REST API Walkthrough
1557-
displayName: metrics, analyze
1558-
href: essentials/rest-api-walkthrough.md
1559-
- name: Activity log via REST API
1560-
href: essentials/rest-activity-log.md
1561-
- name: Migrate to the metrics getBatch API
1562-
href: essentials/migrate-to-batch-api.md
15631565
- name: Migrate from the alertsSummary API
15641566
href: alerts/migrate-from-alerts-summary-api.md
15651567
- name: Azure alerts management SDK for Python

0 commit comments

Comments
 (0)