Skip to content

Commit 4038de3

Browse files
Merge pull request #224830 from EdB-MSFT/fix-prom-metrics-enable-limitations
Fix prom metrics enable limitations
2 parents 0db0e0e + 0cfa155 commit 4038de3

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
title: Enable Azure Monitor managed service for Prometheus (preview)
33
description: Enable Azure Monitor managed service for Prometheus (preview) and configure data collection from your Azure Kubernetes Service (AKS) cluster.
4+
author: EdB-MSFT
5+
ms.author: edbaynash
46
ms.custom: references_regions
57
ms.topic: conceptual
6-
ms.date: 09/28/2022
8+
ms.date: 01/24/2022
79
ms.reviewer: aul
810
---
911

@@ -214,6 +216,11 @@ The final `azureMonitorWorkspaceResourceId` entry is already in the template and
214216

215217
Deploy the template with the parameter file using any valid method for deploying Resource Manager templates. See [Deploy the sample templates](../resource-manager-samples.md#deploy-the-sample-templates) for examples of different methods.
216218

219+
### Limitations
220+
221+
- Ensure that you update the `kube-state metrics` Annotations and Labels list with proper formatting. There's a limitation in the Resource Manager template deployments that require exact values in the `kube-state` metrics pods. If the kuberenetes pod has any issues with malformed parameters and isn't running, then the feature won't work as expected.
222+
- A data collection rule and data collection endpoint is created with the name `MSProm-\<short-cluster-region\>-\<cluster-name\>`. These names can't currently be modified.
223+
- You must get the existing Azure Monitor workspace integrations for a Grafana workspace and update the Resource Manager template with it, otherwise it will overwrite and remove the existing integrations from the grafana workspace.
217224

218225
---
219226

@@ -253,9 +260,6 @@ ama-metrics-ksm-5fcf8dffcd 1 1 1 11h
253260

254261
## Limitations
255262

256-
- Ensure that you update the `kube-state metrics` Annotations and Labels list with proper formatting. There's a limitation in the Resource Manager template deployments that require exact values in the `kube-state` metrics pods. If the kuberenetes pod has any issues with malformed parameters and isn't running, then the feature won't work as expected.
257-
- A data collection rule and data collection endpoint is created with the name `MSProm-\<short-cluster-region\>-\<cluster-name\>`. These names can't currently be modified.
258-
- You must get the existing Azure Monitor workspace integrations for a Grafana workspace and update the Resource Manager template with it, otherwise it will overwrite and remove the existing integrations from the grafana workspace.
259263
- CPU and Memory requests and limits can't be changed for Container insights metrics addon. If changed, they'll be reconciled and replaced by original values in a few seconds.
260264
- Metrics addon doesn't work on AKS clusters configured with HTTP proxy.
261265

@@ -332,5 +336,7 @@ When you allow a default Azure Monitor workspace to be created when you install
332336

333337
## Next steps
334338

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

0 commit comments

Comments
 (0)