Skip to content

Commit

Permalink
Update docs/content/en/docs/clustermgmt/observability/expose-metrics.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Negus <[email protected]>
  • Loading branch information
rajeshvenkata and chrisnegus authored Jan 6, 2025
1 parent 989f671 commit 32e2a84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: >

Some Kubernetes system components like kube-controller-manager, kube-scheduler, kube-proxy and etcd (Stacked) expose metrics only on the localhost by default. In order to expose metrics for these components so that other monitoring systems like Prometheus can scrape them, you can deploy a proxy as a Daemonset on the host network of the nodes. The proxy pods also need to be configured with control plane tolerations so that they can be scheduled on the control plane nodes.

For etcd metrics, the steps outlined below are applicable only for stacked etcd setup. For Unstacked/External etcd, metrics are already exposed on `https://<etcd-machine-ip>:2379/metrics` endpoint and can be scraped by Prometheus directly without deploying proxy.
For etcd metrics, the steps outlined below are applicable only for stacked etcd setup. For Unstacked/External etcd, metrics are already exposed on `https://<etcd-machine-ip>:2379/metrics` endpoint and can be scraped by Prometheus directly without deploying a proxy.

### Configure Proxy

Expand Down

0 comments on commit 32e2a84

Please sign in to comment.