Skip to content

Commit 7a7a45f

Browse files
authored
Apply suggestions from code review
Acrolinx fixes
1 parent 8d6c8f1 commit 7a7a45f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-monitor/best-practices-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Operational excellence refers to operations processes required keep a service ru
4141

4242

4343
## Performance efficiency
44-
Performance efficiency is the ability of your workload to scale to meet the demands placed on it by users in an efficient manner. Use the following information to monitor the persofmance of your Kubernetes clusters and ensure they're configured for maximum performance.
44+
Performance efficiency is the ability of your workload to scale to meet the demands placed on it by users in an efficient manner. Use the following information to monitor the performance of your Kubernetes clusters and ensure they're configured for maximum performance.
4545

4646
[!INCLUDE [waf-containers-performance](includes/waf-containers-performance.md)]
4747

articles/azure-monitor/includes/waf-containers-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ ms.date: 03/30/2023
1818
| Recommendation | Benefit |
1919
|:---|:---|
2020
| Enable collection of Prometheus metrics for your cluster. | [Prometheus](https://prometheus.io) is a cloud-native metrics solution from the Cloud Native Compute Foundation and the most common tool used for collecting and analyzing metric data from Kubernetes clusters. [Enable Prometheus](../containers/prometheus-metrics-enable.md) on your cluster with [Azure Monitor managed service for Prometheus](../essentials/prometheus-metrics-overview.md) if you don't already have a Prometheus environment. Use [Azure Managed Grafana](../../managed-grafana/overview.md) to analyze the Prometheus data collected.<br><br>See [Customize scraping of Prometheus metrics in Azure Monitor managed service for Prometheus](../containers/prometheus-metrics-scrape-configuration.md) to collect additional metrics beyond the [default configuration](../containers/prometheus-metrics-scrape-default.md). |
21-
| Enable Container insights to track performance of your cluster. | When you [enable Container insights](../containers/prometheus-metrics-enable.md) for your Kubernetes cluster, you can use [views](../containers/container-insights-analyze.md) and [workbooks](../containers/container-insights-reports.md) to track the performance of the components of your cluster. This data may overlap ith data collected by Prometheus. See [Cost optimization](../best-practices-containers.md#cost-optimization) for recommendations regarding cost. |
21+
| Enable Container insights to track performance of your cluster. | When you [enable Container insights](../containers/prometheus-metrics-enable.md) for your Kubernetes cluster, you can use [views](../containers/container-insights-analyze.md) and [workbooks](../containers/container-insights-reports.md) to track the performance of the components of your cluster. This data may overlap with data collected by Prometheus. See [Cost optimization](../best-practices-containers.md#cost-optimization) for recommendations regarding cost. |
2222
| Enable recommended Prometheus alerts. | [Alerts](../alerts/alerts-overview.md) in Azure Monitor proactively notify you when issues are detected. Start with a set of [recommended Prometheus alert rules](../containers/container-insights-metric-alerts.md#enable-prometheus-alert-rules) that detect the most common availability and performance issues with your cluster. Potentially add [log query alerts](../containers/container-insights-log-alerts.md) using data collected by Container insights. |

0 commit comments

Comments
 (0)