Skip to content

Commit b985bb6

Browse files
committed
moved limitations and added next steps
1 parent 48739b0 commit b985bb6

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@ The final `azureMonitorWorkspaceResourceId` entry is already in the template and
214214

215215
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.
216216

217+
## Limitations
218+
219+
- 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.
220+
- 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.
221+
- 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.
217222

218223
---
219224

@@ -253,9 +258,6 @@ ama-metrics-ksm-5fcf8dffcd 1 1 1 11h
253258

254259
## Limitations
255260

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.
259261
- 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.
260262
- Metrics addon doesn't work on AKS clusters configured with HTTP proxy.
261263

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

333335
## Next steps
334336

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).
337+
- [See the default configuration for Prometheus metrics](./prometheus-metrics-scrape-default.md).
338+
- [Customize Prometheus metric scraping for the cluster](./prometheus-metrics-scrape-configuration.md).
339+
- [Use Azure Monitor managed service for Prometheus (preview) as data source for Grafana](./prometheus-grafana.md)
340+
- [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)