Skip to content

Commit 39fd25d

Browse files
Merge pull request #237859 from RyanHill-MSFT/issues/109431-typo
(Azure CXP Community) fix typo
2 parents 89934bd + a71e68f commit 39fd25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following table has a list of all the default targets that the Azure Monitor
4242
| Key | Type | Enabled | Pod | Description |
4343
|-----|------|----------|----|-------------|
4444
| kubelet | bool | `true` | Linux DaemonSet | Scrape kubelet in every node in the K8s cluster without any extra scrape config. |
45-
| cadvisor | bool | `true` | Linux daemosnet | Scrape cadvisor in every node in the K8s cluster without any extra scrape config.<br>Linux only. |
45+
| cadvisor | bool | `true` | Linux DaemonSet | Scrape cadvisor in every node in the K8s cluster without any extra scrape config.<br>Linux only. |
4646
| kubestate | bool | `true` | Linux replica | Scrape kube-state-metrics in the K8s cluster (installed as a part of the add-on) without any extra scrape config. |
4747
| nodeexporter | bool | `true` | Linux DaemonSet | Scrape node metrics without any extra scrape config.<br>Linux only. |
4848
| coredns | bool | `false` | Linux replica | Scrape coredns service in the K8s cluster without any extra scrape config. |

0 commit comments

Comments
 (0)