Skip to content

Commit 22f03e2

Browse files
authored
fix note.
1 parent 5f4adea commit 22f03e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/platform/metrics-custom-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Custom metrics can be sent to Azure Monitor via several methods:
2020
- Install the [InfluxData Telegraf agent](collect-custom-metrics-linux-telegraf.md) on your Azure Linux VM and send metrics by using the Azure Monitor output plug-in.
2121
- Send custom metrics [directly to the Azure Monitor REST API](../../azure-monitor/platform/metrics-store-custom-rest-api.md), `https://<azureregion>.monitoring.azure.com/<AzureResourceID>/metrics`. T
2222

23-
> [!NOTE] Custom metrics are currently in public preview. Using them will occur additional charges once released for general availability (GA). For more information see [Azure Monitor Pricing](https://azure.microsoft.compricing/details/monitor/).
23+
> [!NOTE]
24+
> Custom metrics are currently in public preview. Using them will occur additional charges once released for general availability (GA). For more information see [Azure Monitor Pricing](https://azure.microsoft.compricing/details/monitor/).
2425
2526
When you send custom metrics to Azure Monitor, each data point, or value, reported must include the following information.
2627

@@ -39,7 +40,6 @@ This property captures which Azure resource ID the custom metric is reported for
3940
> [!NOTE]
4041
> You can't emit custom metrics against the resource ID of a resource group or subscription.
4142
>
42-
>
4343
4444
### Region
4545
This property captures what Azure region the resource you're emitting metrics for is deployed in. Metrics must be emitted to the same Azure Monitor regional endpoint as the region the resource is deployed in. For example, custom metrics for a VM deployed in West US must be sent to the WestUS regional Azure Monitor endpoint. The region information is also encoded in the URL of the API call.

0 commit comments

Comments
 (0)