Skip to content

Commit a342193

Browse files
authored
Update prometheus-metrics-scrape-configuration.md
1 parent 4684af6 commit a342193

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-monitor/essentials/prometheus-metrics-scrape-configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ The following table has a list of all the default targets that the Azure Monitor
3535
| coredns | bool | `false` | Scrape coredns service in the k8s cluster without any extra scrape config. |
3636
| kubeproxy | bool | `false` | Scrape kube-proxy in every linux node discovered in the k8s cluster without any extra scrape config.<br>Linux only. |
3737
| apiserver | bool | `false` | Scrape the kubernetes api server in the k8s cluster without any extra scrape config. |
38+
| windowsexporter | bool | `false` | Scrape the windows exporter in every node in the k8s cluster without any extra scrape config.<br>Windows only. |
39+
| windowskubeproxy | bool | `false` | Scrape the windows kubeproxy in every node in the k8s cluster without any extra scrape config.<br>Windows only. |
3840
| prometheuscollectorhealth | bool | `false` | Scrape info about the prometheus-collector container such as the amount and size of timeseries scraped. |
3941

4042
If you want to turn on the scraping of the default targets that aren't enabled by default, edit the configmap `ama-metrics-settings-configmap` [configmap](https://aka.ms/azureprometheus-addon-settings-configmap) to update the targets listed under `default-scrape-settings-enabled` to `true`, and apply the configmap to your cluster.

0 commit comments

Comments
 (0)