Skip to content

Commit 30796f0

Browse files
Merge pull request #237571 from EdB-MSFT/prom-ga-remove-preview
removed (preview) from Prometheus and AM workspace
2 parents 2c2c904 + a16d03c commit 30796f0

20 files changed

+69
-69
lines changed

articles/azure-monitor/essentials/azure-monitor-workspace-manage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Manage an Azure Monitor workspace (preview)
2+
title: Manage an Azure Monitor workspace
33
description: How to create and delete Azure Monitor workspaces.
44
author: EdB-MSFT
55
ms.author: edbaynash
@@ -157,11 +157,11 @@ Output
157157
### [Resource Manager](#tab/resource-manager)
158158

159159

160-
To set up an Azure monitor workspace as a data source for Grafana using a Resource Manager template, see [Collect Prometheus metrics from AKS cluster (preview)](prometheus-metrics-enable.md?tabs=resource-manager#enable-prometheus-metric-collection)
160+
To set up an Azure monitor workspace as a data source for Grafana using a Resource Manager template, see [Collect Prometheus metrics from AKS cluster](prometheus-metrics-enable.md?tabs=resource-manager#enable-prometheus-metric-collection)
161161

162162
---
163163

164-
If your Grafana instance is self managed, see [Use Azure Monitor managed service for Prometheus (preview) as data source for self-managed Grafana using managed system identity](./prometheus-self-managed-grafana-azure-active-directory.md)
164+
If your Grafana instance is self managed, see [Use Azure Monitor managed service for Prometheus as data source for self-managed Grafana using managed system identity](./prometheus-self-managed-grafana-azure-active-directory.md)
165165

166166

167167

articles/azure-monitor/essentials/azure-monitor-workspace-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Monitor workspace overview (preview)
2+
title: Azure Monitor workspace overview
33
description: Overview of Azure Monitor workspace, which is a unique environment for data collected by Azure Monitor.
44
author: EdB-MSFT
55
ms.author: edbaynash
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.date: 01/22/2023
99
---
1010

11-
# Azure Monitor workspace (preview)
11+
# Azure Monitor workspace
1212
An Azure Monitor workspace is a unique environment for data collected by Azure Monitor. Each workspace has its own data repository, configuration, and permissions.
1313

1414
> [!Note]
@@ -71,4 +71,4 @@ See [Azure Monitor service limits](../service-limits.md#prometheus-metrics) for
7171
## Next steps
7272

7373
- Learn more about the [Azure Monitor data platform](../data-platform.md).
74-
- [Manage an Azure Monitor workspace (preview)](./azure-monitor-workspace-manage.md)
74+
- [Manage an Azure Monitor workspace](./azure-monitor-workspace-manage.md)

articles/azure-monitor/essentials/data-platform-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ There are multiple types of metrics supported by Azure Monitor Metrics:
2626
- Native metrics use tools in Azure Monitor for analysis and alerting.
2727
- Platform metrics are collected from Azure resources. They require no configuration and have no cost.
2828
- Custom metrics are collected from different sources that you configure including applications and agents running on virtual machines.
29-
- Prometheus metrics (preview) are collected from Kubernetes clusters including Azure Kubernetes service (AKS) and use industry standard tools for analyzing and alerting such as PromQL and Grafana.
29+
- Prometheus metrics are collected from Kubernetes clusters including Azure Kubernetes service (AKS) and use industry standard tools for analyzing and alerting such as PromQL and Grafana.
3030

3131
![Diagram that shows sources and uses of metrics.](media/data-platform-metrics/metrics-overview.png)
3232

3333
The differences between each of the metrics are summarized in the following table.
3434

35-
| Category | Native platform metrics | Native custom metrics | Prometheus metrics (preview) |
35+
| Category | Native platform metrics | Native custom metrics | Prometheus metrics |
3636
|:---|:---|:---|:---|
3737
| Sources | Azure resources | Azure Monitor agent<br>Application insights<br>REST API | Azure Kubernetes service (AKS) cluster<br>Any Kubernetes cluster through remote-write |
3838
| Configuration | None | Varies by source | Enable Azure Monitor managed service for Prometheus |

articles/azure-monitor/essentials/prometheus-api-promql.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ ms.reviewer: aul
1010

1111
# Query Prometheus metrics using the API and PromQL
1212

13-
Azure Monitor managed service for Prometheus (preview), collects metrics from Azure Kubernetes clusters and stores them in an Azure Monitor workspace. PromQL (Prometheus query language), is a functional query language that allows you to query and aggregate time series data. Use PromQL to query and aggregate metrics stored in an Azure Monitor workspace.
13+
Azure Monitor managed service for Prometheus, collects metrics from Azure Kubernetes clusters and stores them in an Azure Monitor workspace. PromQL (Prometheus query language), is a functional query language that allows you to query and aggregate time series data. Use PromQL to query and aggregate metrics stored in an Azure Monitor workspace.
1414

1515
This article describes how to query an Azure Monitor workspace using PromQL via the REST API.
1616
For more information on PromQL, see [Querying prometheus](https://prometheus.io/docs/prometheus/latest/querying/basics/).
1717

1818
## Prerequisites
1919
To query an Azure monitor workspace using PromQL, you need the following prerequisites:
2020
+ An Azure Kubernetes cluster or remote Kubernetes cluster.
21-
+ Azure Monitor managed service for Prometheus (preview) scraping metrics from a Kubernetes cluster.
21+
+ Azure Monitor managed service for Prometheus scraping metrics from a Kubernetes cluster.
2222
+ An Azure Monitor workspace where Prometheus metrics are being stored.
2323

2424
## Authentication
@@ -208,7 +208,7 @@ For more information on Prometheus metrics limits, see [Prometheus metrics](../.
208208

209209
## Next steps
210210

211-
[Azure Monitor workspace overview (preview)](./azure-monitor-workspace-overview.md)
212-
[Manage an Azure Monitor workspace (preview)](./azure-monitor-workspace-manage.md)
213-
[Overview of Azure Monitor Managed Service for Prometheus (preview)](./prometheus-metrics-overview.md)
214-
[Query Prometheus metrics using Azure workbooks (preview)](./prometheus-workbooks.md)
211+
[Azure Monitor workspace overview](./azure-monitor-workspace-overview.md)
212+
[Manage an Azure Monitor workspace](./azure-monitor-workspace-manage.md)
213+
[Overview of Azure Monitor Managed Service for Prometheus](./prometheus-metrics-overview.md)
214+
[Query Prometheus metrics using Azure workbooks](./prometheus-workbooks.md)

articles/azure-monitor/essentials/prometheus-grafana.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Use Azure Monitor managed service for Prometheus (preview) as data source for Grafana
3-
description: Details on how to configure Azure Monitor managed service for Prometheus (preview) as data source for both Azure Managed Grafana and self-hosted Grafana in an Azure virtual machine.
2+
title: Use Azure Monitor managed service for Prometheus as data source for Grafana
3+
description: Details on how to configure Azure Monitor managed service for Prometheus as data source for both Azure Managed Grafana and self-hosted Grafana in an Azure virtual machine.
44
author: bwren
55
ms.topic: conceptual
66
ms.date: 09/28/2022
77
---
88

9-
# Use Azure Monitor managed service for Prometheus (preview) as data source for Grafana using managed system identity
9+
# Use Azure Monitor managed service for Prometheus as data source for Grafana using managed system identity
1010

11-
[Azure Monitor managed service for Prometheus (preview)](prometheus-metrics-overview.md) allows you to collect and analyze metrics at scale using a [Prometheus](https://aka.ms/azureprometheus-promio)-compatible monitoring solution. The most common way to analyze and present Prometheus data is with a Grafana dashboard. This article explains how to configure Prometheus as a data source for both [Azure Managed Grafana](../../managed-grafana/overview.md) and [self-hosted Grafana](https://grafana.com/) running in an Azure virtual machine using managed system identity authentication.
11+
[Azure Monitor managed service for Prometheus](prometheus-metrics-overview.md) allows you to collect and analyze metrics at scale using a [Prometheus](https://aka.ms/azureprometheus-promio)-compatible monitoring solution. The most common way to analyze and present Prometheus data is with a Grafana dashboard. This article explains how to configure Prometheus as a data source for both [Azure Managed Grafana](../../managed-grafana/overview.md) and [self-hosted Grafana](https://grafana.com/) running in an Azure virtual machine using managed system identity authentication.
1212

1313
For information on using Grafana with Active Directory, see [Configure self-managed Grafana to use Azure Monitor managed Prometheus with Azure Active Directory](./prometheus-self-managed-grafana-azure-active-directory.md).
1414

1515
## Azure Managed Grafana
16-
The following sections describe how to configure Azure Monitor managed service for Prometheus (preview) as a data source for Azure Managed Grafana.
16+
The following sections describe how to configure Azure Monitor managed service for Prometheus as a data source for Azure Managed Grafana.
1717

1818
> [!IMPORTANT]
1919
> This section describes the manual process for adding an Azure Monitor managed service for Prometheus data source to Azure Managed Grafana. You can achieve the same functionality by linking the Azure Monitor workspace and Grafana workspace as described in [Link a Grafana workspace](./azure-monitor-workspace-manage.md#link-a-grafana-workspace).
@@ -77,7 +77,7 @@ Azure Managed Grafana supports Azure authentication by default.
7777

7878

7979
## Self-managed Grafana
80-
The following sections describe how to configure Azure Monitor managed service for Prometheus (preview) as a data source for self-managed Grafana on an Azure virtual machine.
80+
The following sections describe how to configure Azure Monitor managed service for Prometheus as a data source for self-managed Grafana on an Azure virtual machine.
8181
### Configure system identity
8282
Azure virtual machines support both system assigned and user assigned identity. The following steps configure system assigned identity.
8383

articles/azure-monitor/essentials/prometheus-metrics-enable.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Enable Azure Monitor managed service for Prometheus (preview)
3-
description: Enable Azure Monitor managed service for Prometheus (preview) and configure data collection from your Azure Kubernetes Service (AKS) cluster.
2+
title: Enable Azure Monitor managed service for Prometheus
3+
description: Enable Azure Monitor managed service for Prometheus and configure data collection from your Azure Kubernetes Service (AKS) cluster.
44
author: EdB-MSFT
55
ms.author: edbaynash
66
ms.custom: references_regions
@@ -9,7 +9,7 @@ ms.date: 01/24/2022
99
ms.reviewer: aul
1010
---
1111

12-
# Collect Prometheus metrics from an AKS cluster (preview)
12+
# Collect Prometheus metrics from an AKS cluster
1313
This article describes how to configure your Azure Kubernetes Service (AKS) cluster to send data to Azure Monitor managed service for Prometheus. When you configure your AKS cluster to send data to Azure Monitor managed service for Prometheus, a containerized version of the [Azure Monitor agent](../agents/agents-overview.md) is installed with a metrics extension. In addition, you'll specify the Azure Monitor workspace where the data should be sent.
1414

1515
> [!NOTE]
@@ -512,5 +512,5 @@ The list of regions Azure Monitor Metrics and Azure Monitor Workspace is support
512512

513513
- [See the default configuration for Prometheus metrics](./prometheus-metrics-scrape-default.md)
514514
- [Customize Prometheus metric scraping for the cluster](./prometheus-metrics-scrape-configuration.md)
515-
- [Use Azure Monitor managed service for Prometheus (preview) as the data source for Grafana](./prometheus-grafana.md)
516-
- [Configure self-hosted Grafana to use Azure Monitor managed service for Prometheus (preview)](./prometheus-self-managed-grafana-azure-active-directory.md)
515+
- [Use Azure Monitor managed service for Prometheus as the data source for Grafana](./prometheus-grafana.md)
516+
- [Configure self-hosted Grafana to use Azure Monitor managed service for Prometheus](./prometheus-self-managed-grafana-azure-active-directory.md)

articles/azure-monitor/essentials/prometheus-metrics-multiple-workspaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Send Prometheus metrics to multiple Azure Monitor workspaces (preview)
2+
title: Send Prometheus metrics to multiple Azure Monitor workspaces
33
description: Describes data collection rules required to send Prometheus metrics from a cluster in Azure Monitor to multiple Azure Monitor workspaces.
44
ms.topic: conceptual
55
ms.custom: ignite-2022
66
ms.date: 09/28/2022
77
ms.reviewer: aul
88
---
99

10-
# Send Prometheus metrics to multiple Azure Monitor workspaces (preview)
10+
# Send Prometheus metrics to multiple Azure Monitor workspaces
1111

1212
Routing metrics to more Azure Monitor workspaces can be done through the creation of additional data collection rules. All metrics can be sent to all workspaces or different metrics can be sent to different workspaces.
1313

articles/azure-monitor/essentials/prometheus-metrics-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Overview of Azure Monitor Managed Service for Prometheus (preview)
2+
title: Overview of Azure Monitor Managed Service for Prometheus
33
description: Overview of Azure Monitor managed service for Prometheus, which provides a Prometheus-compatible interface for storing and retrieving metric data.
44
author: EdB-MSFT
55
ms.service: azure-monitor
@@ -9,7 +9,7 @@ ms.custom: ignite-2022
99
ms.date: 05/10/2023
1010
---
1111

12-
# Azure Monitor managed service for Prometheus (preview)
12+
# Azure Monitor managed service for Prometheus
1313

1414
Azure Monitor managed service for Prometheus is a component of [Azure Monitor Metrics](data-platform-metrics.md), providing more flexibility in the types of metric data that you can collect and analyze with Azure Monitor. Prometheus metrics share some features with platform and custom metrics, but use some different features to better support open source tools such as [PromQL](https://aka.ms/azureprometheus-promio-promql) and [Grafana](../../managed-grafana/overview.md).
1515

@@ -28,9 +28,9 @@ Azure Monitor managed service for Prometheus can currently collect data from any
2828
## Enable
2929
The only requirement to enable Azure Monitor managed service for Prometheus is to create an [Azure Monitor workspace](azure-monitor-workspace-overview.md), which is where Prometheus metrics are stored. Once this workspace is created, you can onboard services that collect Prometheus metrics.
3030

31-
- To collect Prometheus metrics from your AKS cluster without using Container insights, see [Collect Prometheus metrics from AKS cluster (preview)](prometheus-metrics-enable.md).
31+
- To collect Prometheus metrics from your AKS cluster without using Container insights, see [Collect Prometheus metrics from AKS cluster](prometheus-metrics-enable.md).
3232
- To add collection of Prometheus metrics to your cluster using Container insights, see [Collect Prometheus metrics with Container insights](../containers/container-insights-prometheus.md#send-data-to-azure-monitor-managed-service-for-prometheus).
33-
- To configure remote-write to collect data from your self-managed Prometheus server, see [Azure Monitor managed service for Prometheus remote write - managed identity (preview)](prometheus-remote-write-managed-identity.md).
33+
- To configure remote-write to collect data from your self-managed Prometheus server, see [Azure Monitor managed service for Prometheus remote write - managed identity](prometheus-remote-write-managed-identity.md).
3434
- To collect Prometheus metrics from your Azure Arc-enabled Kubernetes cluster without using Container insights, see [Collect Prometheus metrics from Azure Arc-enabled Kubernetes cluster](./prometheus-metrics-from-arc-enabled-cluster.md)
3535

3636
## Grafana integration

articles/azure-monitor/essentials/prometheus-metrics-scrape-configuration-minimal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Minimal Prometheus ingestion profile in Azure Monitor (preview)
2+
title: Minimal Prometheus ingestion profile in Azure Monitor
33
description: Describes minimal ingestion profile in Azure Monitor managed service for Prometheus and how you can configure it collect more data.
44
ms.topic: conceptual
55
ms.custom: ignite-2022
@@ -9,7 +9,7 @@ ms.reviewer: aul
99

1010

1111

12-
# Minimal ingestion profile for Prometheus metrics in Azure Monitor (preview)
12+
# Minimal ingestion profile for Prometheus metrics in Azure Monitor
1313
Azure monitor metrics addon collects number of Prometheus metrics by default. `Minimal ingestion profile` is a setting that helps reduce ingestion volume of metrics, as only metrics used by default dashboards, default recording rules & default alerts are collected. This article describes how this setting is configured. This article also lists metrics collected by default when `minimal ingestion profile` is enabled. You can modify collection to enable collecting more metrics, as specified below.
1414

1515
> [!NOTE]

articles/azure-monitor/essentials/prometheus-metrics-scrape-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Customize scraping of Prometheus metrics in Azure Monitor (preview)
2+
title: Customize scraping of Prometheus metrics in Azure Monitor
33
description: Customize metrics scraping for a Kubernetes cluster with the metrics add-on in Azure Monitor.
44
ms.topic: conceptual
55
ms.custom: ignite-2022
66
ms.date: 09/28/2022
77
ms.reviewer: aul
88
---
99

10-
# Customize scraping of Prometheus metrics in Azure Monitor managed service for Prometheus (preview)
10+
# Customize scraping of Prometheus metrics in Azure Monitor managed service for Prometheus
1111

1212
This article provides instructions on customizing metrics scraping for a Kubernetes cluster with the [metrics addon](prometheus-metrics-enable.md) in Azure Monitor.
1313

0 commit comments

Comments
 (0)