This repository was archived by the owner on Sep 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
gdi/opentelemetry/collector-kubernetes Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
145147Known issues
146148-----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments