Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit c09a96d

Browse files
control plane metrics
1 parent bb6b78f commit c09a96d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

gdi/opentelemetry/collector-kubernetes/kubernetes-config.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,32 @@ Set ``agent.hostNetwork`` to ``false`` to turn off host network access. This mig
210210

211211
This value is disregarded for Windows.
212212

213+
.. _otel-kubernetes-config-control-plane-metrics:
214+
215+
Collect control plane metrics from specific OTel components
216+
======================================================================================
217+
218+
Control plane metrics are available for the following components: ``coredns``, ``etcd``, ``kube-controller-manager``, ``kubernetes-apiserver``, ``kubernetes-proxy``, and ``kubernetes-scheduler``
219+
220+
You can use the :ref:`Collector agent <helm-chart-components-agent>` to obtain control plane metrics from a specific component by setting ``agent.controlPlaneMetrics.{otel_component}`` to ``true``.
221+
222+
Supported distributions
223+
-------------------------------------------
224+
225+
Control plane metrics are supported for Kubernetes version 1.22 and Openshift version 4.9.
226+
227+
Unsupported distributions include AKS, EKS, EKS/Fargate, GKE, and GKE/Autopilot.
228+
229+
Activate control plane metrics histograms
230+
-------------------------------------------
231+
232+
To activate control plane metrics histograms, use the feature flag ``useControlPlaneMetricsHistogramData``, for example:
233+
234+
.. code-block:: yaml
235+
236+
featureGates:
237+
useControlPlaneMetricsHistogramData: true
238+
213239
Activate AlwaysOn Profiling
214240
=================================
215241

gdi/opentelemetry/collector-kubernetes/kubernetes-helm-architecture.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The Helm chart for the Collector has three components: agent, cluster receiver,
1313

1414
.. note:: For use cases about the different components, see the GitHub documentation :new-page:`Splunk OpenTelemetry Collector Helm Chart Components: Use Cases <https://github.com/jvoravong/splunk-otel-collector-chart/blob/Feature-components-doc/docs/components.md#use-cases>`.
1515

16+
.. _helm-chart-components-agent:
17+
1618
Agent component
1719
==============================================
1820

0 commit comments

Comments
 (0)