Skip to content

Commit fd3737e

Browse files
authored
Add note about pricing.
1 parent 8ed8a92 commit fd3737e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
title: Custom metrics in Azure Monitor
2+
title: Custom metrics in Azure Monitor (preview)
33
description: Learn about custom metrics in Azure Monitor and how they are modeled.
44
author: ancav
55
services: azure-monitor
6-
76
ms.topic: conceptual
8-
ms.date: 09/09/2019
7+
ms.date: 04/08/2020
98
ms.author: ancav
109
ms.subservice: metrics
1110
---
@@ -19,7 +18,9 @@ Custom metrics can be sent to Azure Monitor via several methods:
1918
- Instrument your application by using the Azure Application Insights SDK and send custom telemetry to Azure Monitor.
2019
- Install the Windows Azure Diagnostics (WAD) extension on your [Azure VM](collect-custom-metrics-guestos-resource-manager-vm.md), [virtual machine scale set](collect-custom-metrics-guestos-resource-manager-vmss.md), [classic VM](collect-custom-metrics-guestos-vm-classic.md), or [classic Cloud Services](collect-custom-metrics-guestos-vm-cloud-service-classic.md) and send performance counters to Azure Monitor.
2120
- 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.
22-
- 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`.
21+
- 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
22+
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/).
2324
2425
When you send custom metrics to Azure Monitor, each data point, or value, reported must include the following information.
2526

0 commit comments

Comments
 (0)