Skip to content

Commit 19a4688

Browse files
Merge pull request #233581 from AaronMaxwell/aaronmax-add-metrics-links
Adding more Metrics links per customer feedback
2 parents e5a221b + 303833c commit 19a4688

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

articles/azure-monitor/app/get-metric.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Get-Metric in Azure Monitor Application Insights
33
description: Learn how to effectively use the GetMetric() call to capture locally pre-aggregated metrics for .NET and .NET Core applications with Azure Monitor Application Insights.
44
ms.service: azure-monitor
55
ms.topic: conceptual
6-
ms.date: 04/28/2020
6+
ms.date: 04/05/2023
77
ms.devlang: csharp
88
ms.reviewer: casocha
99
---
@@ -306,6 +306,8 @@ SeverityLevel.Error);
306306

307307
## Next steps
308308

309+
* [Metrics - Get - REST API](https://learn.microsoft.com/rest/api/application-insights/metrics/get)
310+
* [Application Insights API for custom events and metrics](api-custom-events-metrics.md)
309311
* [Learn more](./worker-service.md) about monitoring worker service applications.
310312
* Use [log-based and pre-aggregated metrics](./pre-aggregated-metrics-log-metrics.md).
311313
* Get started with [metrics explorer](../essentials/metrics-getting-started.md).

articles/azure-monitor/app/pre-aggregated-metrics-log-metrics.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Log-based and pre-aggregated metrics in Application Insights | Microsoft Docs
33
description: This article explains when to use log-based versus pre-aggregated metrics in Application Insights.
44
ms.topic: conceptual
5-
ms.date: 01/06/2023
5+
ms.date: 04/05/2023
66
ms.reviewer: vitalyg
77
---
88

@@ -23,7 +23,7 @@ At the same time, collecting a complete set of events might be impractical or ev
2323
2424
## Pre-aggregated metrics
2525

26-
In addition to log-based metrics, in late 2018, the Application Insights team shipped a public preview of metrics that are stored in a specialized repository that's optimized for time series. The new metrics are no longer kept as individual events with lots of properties. Instead, they're stored as pre-aggregated time series, and only with key dimensions. This change makes the new metrics superior at query time. Retrieving data happens much faster and requires less compute power. As a result, new scenarios are enabled, such as [near real time alerting on dimensions of metrics](../alerts/alerts-metric-near-real-time.md) and more responsive [dashboards](./overview-dashboard.md).
26+
In addition to log-based metrics, in late 2018, the Application Insights team shipped a public preview of metrics that are stored in a specialized repository that's optimized for time series. The new metrics are no longer kept as individual events with lots of properties. Instead, they're stored as pre-aggregated time series, and only with key dimensions. This change makes the new metrics superior at query time. Retrieving data happens faster and requires less compute power. As a result, new scenarios are enabled, such as [near real time alerting on dimensions of metrics](../alerts/alerts-metric-near-real-time.md) and more responsive [dashboards](./overview-dashboard.md).
2727

2828
> [!IMPORTANT]
2929
> Both log-based and pre-aggregated metrics coexist in Application Insights. To differentiate the two, in the Application Insights user experience the pre-aggregated metrics are now called Standard metrics (preview). The traditional metrics from the events were renamed to Log-based metrics.
@@ -79,7 +79,7 @@ Pre-aggregated metrics are stored as time series in Azure Monitor. [Azure Monito
7979
8080
## Why is collection of custom metrics dimensions turned off by default?
8181

82-
The collection of custom metrics dimensions is turned off by default because in the future storing custom metrics with dimensions will be billed separately from Application Insights. Storing the non-dimensional custom metrics will remain free (up to a quota). You can learn about the upcoming pricing model changes on our official [pricing page](https://azure.microsoft.com/pricing/details/monitor/).
82+
The collection of custom metrics dimensions is turned off by default because in the future storing custom metrics with dimensions will be billed separately from Application Insights. Storing the nondimensional custom metrics remain free (up to a quota). You can learn about the upcoming pricing model changes on our official [pricing page](https://azure.microsoft.com/pricing/details/monitor/).
8383

8484
## Create charts and explore log-based and standard pre-aggregated metrics
8585

@@ -95,5 +95,7 @@ Selecting the [Enable alerting on custom metric dimensions](#custom-metrics-dime
9595

9696
## Next steps
9797

98+
* [Metrics - Get - REST API](https://learn.microsoft.com/rest/api/application-insights/metrics/get)
99+
* [Application Insights API for custom events and metrics](api-custom-events-metrics.md)
98100
* [Near real time alerting](../alerts/alerts-metric-near-real-time.md)
99101
* [GetMetric and TrackValue](./api-custom-events-metrics.md#getmetric)

articles/azure-monitor/app/standard-metrics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Application Insights standard metrics | Microsoft Docs
33
description: This article lists Azure Application Insights metrics with supported aggregations and dimensions.
44
services: azure-monitor
55
ms.topic: reference
6-
ms.date: 03/22/2023
6+
ms.date: 04/05/2023
77
ms.reviewer: vitalyg
88
---
99

@@ -269,5 +269,7 @@ The count of trace statements logged with the TrackTrace() Application Insights
269269

270270
## Next steps
271271

272+
* [Metrics - Get - REST API](https://learn.microsoft.com/rest/api/application-insights/metrics/get)
273+
* [Application Insights API for custom events and metrics](api-custom-events-metrics.md)
272274
* Learn about [Log-based and pre-aggregated metrics](./pre-aggregated-metrics-log-metrics.md).
273275
* [Log-based metrics queries and definitions](../essentials/app-insights-metrics.md).

0 commit comments

Comments
 (0)