@@ -27,16 +27,15 @@ even though they are running it within Kubelet.
2727
2828In some managed Kubernetes environments, such as Amazon EKS, you cannot
2929directly access cAdvisor metrics due to the cluster provider's design
30- choices to enhance security and control. Instead, these metrics are
31- exposed through the Kubernetes proxy metric server and require a specific
32- configuration to collect them. For example, in Amazon EKS, the kubeletstats
33- receiver cannot directly collect cAdvisor metrics.
34-
35- To address this limitation, you are recommended to use the
36- :ref: `Prometheus receiver <prometheus_receiver >` to scrape
37- metrics from the proxy metric server. This constraint applies to
38- managed environments and is not a restriction of the Splunk Distribution of
39- OpenTelemetry Collector.
30+ choices to enhance security and control. For example, in Amazon EKS,
31+ the ``kubeletstats `` receiver cannot directly collect cAdvisor metrics.
32+ Instead, these metrics are exposed through the Kubernetes proxy metric
33+ server and require a specific configuration to collect them.
34+ Thus, you are recommended to use the :ref: `Prometheus receiver <prometheus_receiver >`
35+ to scrape metrics from the proxy metric server. This constraint is
36+ specific to managed environments and is not a restriction of the Splunk
37+ Distribution of OpenTelemetry Collector.
38+
4039
4140cAdvisor with Docker
4241---------------------
0 commit comments