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

Commit 3e41c07

Browse files
Edits
1 parent 79ef759 commit 3e41c07

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,19 @@ The following example shows how to connect to a nonstandard API server that uses
130130
useHTTPS: true
131131
useServiceAccount: false
132132
133-
Activate Kubernetes control plane metrics with Prometheus receiver
134-
-------------------------------------------
133+
.. _kubernetes-control-plane-prometheus:
135134

136-
To activate control plane metrics with the OpenTelemetry prometheus receiver instead, use the feature flag ``useControlPlaneMetricsHistogramData``:
135+
Activate Kubernetes control plane metrics with the Prometheus receiver
136+
-------------------------------------------------------------------------
137+
138+
To activate control plane metrics with the OpenTelemetry Prometheus receiver instead, use the feature flag ``useControlPlaneMetricsHistogramData``:
137139

138140
.. code-block:: yaml
139141
140142
featureGates:
141143
useControlPlaneMetricsHistogramData: true
142144
143-
To learn more about histogram metrics see :ref:`histograms`.
145+
To learn more see :ref:`prometheus-receiver`.
144146

145147
Known issues
146148
-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)