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 +32
-20
lines changed
gdi/opentelemetry/collector-kubernetes Expand file tree Collapse file tree 1 file changed +32
-20
lines changed Original file line number Diff line number Diff line change @@ -286,26 +286,6 @@ Pod level metrics and dimensions
286286 -
287287 - Yes
288288
289- * - ``k8s.statefulset.desired_pods ``
290- - Desired number of StatefulSets in the pod
291- -
292- - Yes
293-
294- * - ``k8s.statefulset.current_pods ``
295- - Current number of StatefulSets in the pod
296- -
297- - Yes
298-
299- * - ``k8s.statefulset.ready_pods ``
300- - Number of ready StatefulSets in the pod
301- -
302- - Yes
303-
304- * - ``k8s.statefulset.updated_pods ``
305- - Number of updated StatefulSets in the pod
306- -
307- - Yes
308-
309289Node level metrics and dimensions
310290============================================================================
311291
@@ -625,6 +605,38 @@ Other metrics
625605
626606 The :strong: `Exported? ` column indicates if the metric is finally sent to Splunk Observability Cloud after going through the Collector pipelines.
627607
608+ These are the metrics related to StatefulSets:
609+
610+ .. list-table ::
611+ :widths: 30 30 30 10
612+ :width: 100%
613+ :header-rows: 1
614+
615+ * - Metric name
616+ - Metric description
617+ - Attributes
618+ - Exported?
619+
620+ * - ``k8s.statefulset.desired_pods ``
621+ - Desired number of StatefulSets in the pod
622+ -
623+ - Yes
624+
625+ * - ``k8s.statefulset.current_pods ``
626+ - Current number of StatefulSets in the pod
627+ -
628+ - Yes
629+
630+ * - ``k8s.statefulset.ready_pods ``
631+ - Number of ready StatefulSets in the pod
632+ -
633+ - Yes
634+
635+ * - ``k8s.statefulset.updated_pods ``
636+ - Number of updated StatefulSets in the pod
637+ -
638+ - Yes
639+
628640Other available metrics include:
629641
630642.. list-table ::
You can’t perform that action at this time.
0 commit comments