|
1 | 1 | ---
|
2 | 2 | title: Enable Azure Monitor managed service for Prometheus (preview)
|
3 | 3 | 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 |
4 | 6 | ms.custom: references_regions
|
5 | 7 | ms.topic: conceptual
|
6 |
| -ms.date: 09/28/2022 |
| 8 | +ms.date: 01/24/2022 |
7 | 9 | ms.reviewer: aul
|
8 | 10 | ---
|
9 | 11 |
|
@@ -214,6 +216,11 @@ The final `azureMonitorWorkspaceResourceId` entry is already in the template and
|
214 | 216 |
|
215 | 217 | 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.
|
216 | 218 |
|
| 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. |
217 | 224 |
|
218 | 225 | ---
|
219 | 226 |
|
@@ -253,9 +260,6 @@ ama-metrics-ksm-5fcf8dffcd 1 1 1 11h
|
253 | 260 |
|
254 | 261 | ## Limitations
|
255 | 262 |
|
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. |
259 | 263 | - 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.
|
260 | 264 | - Metrics addon doesn't work on AKS clusters configured with HTTP proxy.
|
261 | 265 |
|
@@ -332,5 +336,7 @@ When you allow a default Azure Monitor workspace to be created when you install
|
332 | 336 |
|
333 | 337 | ## Next steps
|
334 | 338 |
|
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