Skip to content

Commit b994b30

Browse files
committed
added bookmarks
1 parent 986b669 commit b994b30

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ This article shows you how to send custom metrics for Azure resources to the Azu
1919

2020
When you send custom metrics to Azure Monitor, each data point, or value, reported in the metrics must include the following information.
2121

22-
+ Authentication token
23-
+ Subject
24-
+ Region
25-
+ Timestamp
26-
+ Namespace
27-
+ Name
28-
+ Dimension keys
29-
+ Dimension values
30-
+ Metric values
22+
+ [Authentication token](#authentication)
23+
+ [Subject](#subject)
24+
+ [Region](#region)
25+
+ [Timestamp](#timestamp)
26+
+ [Namespace](#namespace)
27+
+ [Name](#name)
28+
+ [Dimension keys](#dimension-keys)
29+
+ [Dimension values](#dimension-values)
30+
+ [Metric values](#metric-values)
3131

3232

3333
### Authentication
@@ -52,7 +52,7 @@ curl -X POST 'https://login.microsoftonline.com/<tennant ID>/oauth2/token' \
5252
--data-urlencode 'grant_type=client_credentials' \
5353
--data-urlencode 'client_id=<your apps client ID>' \
5454
--data-urlencode 'client_secret=<your apps client secret' \
55-
--data-urlencode 'resource=https://monitor.azure.com'
55+
--data-urlencode 'resource=https://monitoring.azure.com'
5656
```
5757

5858
The response body appears in the following format:

0 commit comments

Comments
 (0)