You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing caches can be updated using the [az redisenterprise update](/cli/azure/redisenterprise#az-redisenterprise-update) command. This example adds RDB persistence with 12 hour frequency to an existing cache instance:
198
+
Existing caches can be updated using the [az redisenterprise database update](/cli/azure/redisenterprise/database#az-redisenterprise-database-update) command. This example adds RDB persistence with 12 hour frequency to an existing cache instance:
Copy file name to clipboardExpand all lines: articles/azure-monitor/essentials/metrics-charts.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
1
---
2
2
title: Advanced features of Metrics Explorer
3
3
description: Metrics are a series of measured values and counts that Azure collects. Learn to use Metrics Explorer to investigate the health and usage of resources.
Copy file name to clipboardExpand all lines: articles/azure-monitor/essentials/prometheus-metrics-scrape-default.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Default Prometheus metrics configuration in Azure Monitor (preview)
3
-
description: Lists the default targets, dashboards, and recording rules for Prometheus metrics in Azure Monitor.
3
+
description: This article lists the default targets, dashboards, and recording rules for Prometheus metrics in Azure Monitor.
4
4
ms.topic: conceptual
5
5
ms.custom: ignite-2022
6
6
ms.date: 09/28/2022
@@ -9,11 +9,11 @@ ms.reviewer: aul
9
9
10
10
# Default Prometheus metrics configuration in Azure Monitor (preview)
11
11
12
-
This article lists the default targets, dashboards, and recording rules when you [configure Prometheus metrics to be scraped from an AKS cluster](prometheus-metrics-enable.md) for any AKS cluster.
12
+
This article lists the default targets, dashboards, and recording rules when you [configure Prometheus metrics to be scraped from an Azure Kubernetes Service (AKS) cluster](prometheus-metrics-enable.md) for any AKS cluster.
13
13
14
14
## Scrape frequency
15
15
16
-
The default scrape frequency for all default targets and scrapes is **30 seconds**.
16
+
The default scrape frequency for all default targets and scrapes is 30 seconds.
17
17
18
18
## Targets scraped
19
19
@@ -136,19 +136,19 @@ The following metrics are collected by default from each default target. All oth
136
136
-`kube_node_status_condition`
137
137
-`kube_node_spec_taint`
138
138
139
-
## Targets scraped for windows
139
+
## Targets scraped for Windows
140
140
141
-
There are two default jobs that can be run for windows which scrape metrics required for the dashboards specific to windows.
141
+
Two default jobs can be run for Windows that scrape metrics required for the dashboards specific to Windows.
142
142
143
143
> [!NOTE]
144
-
> This requires an update in the ama-metrics-settings-configmap and installing windowsexporter on all windows nodepools. Please refer to the [enablement document](./prometheus-metrics-enable.md#enable-prometheus-metric-collection) for more information
144
+
> This requires an update in the ama-metrics-settings-configmap and installing windows-exporter on all Windows node pools. For more information, see the [enablement document](./prometheus-metrics-enable.md#enable-prometheus-metric-collection).
145
145
146
146
-`windows-exporter` (`job=windows-exporter`)
147
147
-`kube-proxy-windows` (`job=kube-proxy-windows`)
148
148
149
-
## Metrics scraped for windows
149
+
## Metrics scraped for Windows
150
150
151
-
The following metrics are collected when windowsexporter and windows kubeproxy are enabled.
151
+
The following metrics are collected when windows-exporter and kube-proxy-windows are enabled.
152
152
153
153
**windows-exporter (job=windows-exporter)**<br>
154
154
-`windows_system_system_up_time`
@@ -191,7 +191,7 @@ The following metrics are collected when windows exporter and windows kube proxy
191
191
192
192
## Dashboards
193
193
194
-
Following are the default dashboards that are automatically provisioned and configured by Azure Monitor managed service for Prometheus when you [link your Azure Monitor workspace to an Azure Managed Grafana instance](../essentials/azure-monitor-workspace-manage.md#link-a-grafana-workspace). Source code for these dashboards can be found in [GitHub](https://aka.ms/azureprometheus-mixins)
194
+
The following default dashboards are automatically provisioned and configured by Azure Monitor managed service for Prometheus when you [link your Azure Monitor workspace to an Azure Managed Grafana instance](../essentials/azure-monitor-workspace-manage.md#link-a-grafana-workspace). Source code for these dashboards can be found in [this GitHub folder](https://aka.ms/azureprometheus-mixins).
@@ -210,8 +210,7 @@ Following are the default dashboards that are automatically provisioned and conf
210
210
211
211
## Recording rules
212
212
213
-
Following are the default recording rules that are automatically configured by Azure Monitor managed service for Prometheus when you [link your Azure Monitor workspace to an Azure Managed Grafana instance](../essentials/azure-monitor-workspace-manage.md#link-a-grafana-workspace). Source code for these recording rules can be found in [GitHub](https://aka.ms/azureprometheus-mixins)
214
-
213
+
The following default recording rules are automatically configured by Azure Monitor managed service for Prometheus when you [link your Azure Monitor workspace to an Azure Managed Grafana instance](../essentials/azure-monitor-workspace-manage.md#link-a-grafana-workspace). Source code for these recording rules can be found in [this GitHub folder](https://aka.ms/azureprometheus-mixins).
0 commit comments