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

Commit f097a88

Browse files
committed
fix-formatting
1 parent 326b1b5 commit f097a88

File tree

5 files changed

+62
-69
lines changed

5 files changed

+62
-69
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
Navigator,Metric class,Description
2+
Kubernetes clusters,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes clusters.
3+
Kubernetes nodes,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes nodes.
4+
Kubernetes nodes,Node CPU,A group of metrics and KPIs related to node CPU troubleshooting.
5+
Kubernetes nodes,Node memory,A group of metrics and KPIs related to node memory troubleshooting.
6+
Kubernetes nodes,Node file system,A group of metrics and KPIs related to node storage troubleshooting.
7+
Kubernetes nodes,Node network metrics,A group of metrics and KPIs related to node network troubleshooting.
8+
Kubernetes pods,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes pods.
9+
Kubernetes pods,Pod status,A group of metrics and KPIs related to pod status troubleshooting.
10+
Kubernetes pods,Pod CPU,A group of metrics and KPIs related to pod CPU troubleshooting. Note: Pod Limits & requests is the sum of individual container limits and requests in the pod.
11+
Kubernetes pods,Pod memory,A group of metrics and KPIs related to pod memory troubleshooting. Note: Pod Limits & requests is the sum of individual container limits and requests in the pod.
12+
Kubernetes pods,Pod file system,A group of metrics and KPIs related to pod storage troubleshooting.
13+
Kubernetes containers,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes containers.
14+
Kubernetes containers,Container CPU,A group of metrics and KPIs related to container CPU troubleshooting.
15+
Kubernetes containers,Container memory,A group of metrics and KPIs related to container memory troubleshooting.
16+
Kubernetes containers,Container file system,A group of metrics and KPIs related to container storage troubleshooting.
17+
Kubernetes containers,Container network metrics ,A group of metrics and KPIs related to container network troubleshooting.
18+
Kubernetes workloads,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes workloads.
19+
Kubernetes workloads,Workload pods,A group of metrics and KPIs related to troubleshooting the pods of a workload.
20+
Kubernetes workloads,Workload churn,A group of metrics and KPIs related to workload churn troubleshooting.
21+
Kubernetes workloads,Workload scaling,A group of metrics and KPIs related to workload scaling troubleshooting.
22+
Kubernetes workloads,Workload attributes,A group of metrics and KPIs related to workload attributes.
23+
Kubernetes deployments,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes deployments.
24+
Kubernetes deployments,Deployment pods,A group of metrics and KPIs related to troubleshooting the pods of a deployment.
25+
Kubernetes deployments,Deployment churn,A group of metrics and KPIs related to deployment churn troubleshooting.
26+
Kubernetes deployments,Deployment scaling,A group of metrics and KPIs related to deployment scaling troubleshooting.
27+
Kubernetes deployments,Deployment attributes,A group of metrics and KPIs related to deployment attributes.
28+
Kubernetes ReplicaSets,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes ReplicaSets.
29+
Kubernetes ReplicaSets,ReplicaSet pods,A group of metrics and KPIs related to troubleshooting the pods of a ReplicaSet.
30+
Kubernetes ReplicaSets,ReplicaSet churn,A group of metrics and KPIs related to ReplicaSet churn troubleshooting.
31+
Kubernetes ReplicaSets,ReplicaSet scaling,A group of metrics and KPIs related to ReplicaSet scaling troubleshooting.
32+
Kubernetes ReplicaSets,ReplicaSet attributes,A group of metrics and KPIs related to ReplicaSet attributes.
33+
Kubernetes DaemonSets,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes DaemonSets.
34+
Kubernetes DaemonSets,DaemonSet nodes,A group of metrics and KPIs related to troubleshooting the pods of a DaemonSet.
35+
Kubernetes DaemonSets,DaemonSet churn,A group of metrics and KPIs related to DaemonSet churn troubleshooting.
36+
Kubernetes DaemonSets,DaemonSet attributes,A group of metrics and KPIs related to DaemonSet attributes.
37+
Kubernetes StatefulSets,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes StatefulSets.
38+
Kubernetes StatefulSets,StatefulSet pods,A group of metrics and KPIs related to troubleshooting the pods of a StatefulSet.
39+
Kubernetes StatefulSets,StatefulSet churn,A group of metrics and KPIs related to StatefulSet churn troubleshooting.
40+
Kubernetes StatefulSets,StatefulSet attributes,A group of metrics and KPIs related to StatefulSet attributes.
41+
Kubernetes namespaces,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes namespaces.
42+
Kubernetes namespaces,Namespace workloads,A group of metrics and KPIs related to troubleshooting the workloads of a namespace.
43+
Kubernetes namespaces,Namespace resources,A group of metrics and KPIs related to troubleshooting namespace resources.
44+
Kubernetes CronJobs,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes CronJobs.
45+
Kubernetes CronJobs,CronJob jobs,A group of metrics and KPIs related to troubleshooting the jobs of a CronJob.
46+
Kubernetes CronJobs,CronJob pods,A group of metrics and KPIs related to troubleshooting the pods of a CronJob.
47+
Kubernetes CronJobs,CronJob attributes,A group of metrics and KPIs related to CronJob attributes.
48+
Kubernetes jobs,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes jobs.
49+
Kubernetes jobs,Job attributes,A group of metrics and KPIs related to job attributes.

infrastructure/monitor/k8s-nav.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ Left navigation panel
102102
Use the left navigation panel in the table or heat map view to quickly switch between Kubernetes entity types, search for filters, and access predefined filters.
103103

104104
To use the left navigation panel:
105+
105106
* :guilabel:`Select entity type`: Use this drop-down menu to switch between Kubernetes entity types.
106107
* :guilabel:`Refine by`: Use this panel to search for filters or access a list of predefined filters. The list of predefined filters is searchable and organized by :guilabel:`Relationship` and :guilabel:`Attribute`.
107108

@@ -113,6 +114,7 @@ Customize your navigator display with metric classes
113114
By default, the navigator table view displays a subset of metrics used to monitor the performance of your instances. You can customize the table view by using predefined metric classes, which are groupings of related metrics and KPIs useful for troubleshooting specific aspects of your deployment.
114115

115116
To use a predefined metric class:
117+
116118
#. From the Splunk Observability Cloud main menu, select :guilabel:`Infrastructure`, then :guilabel:`Kubernetes`.
117119
#. Select a Kubernetes navigator.
118120
#. In the table view, select the :guilabel:`Metric class` drop-down menu to apply a metric class.
@@ -121,7 +123,7 @@ For more information on the available predefined metric classes, see :ref:`k8s-p
121123

122124
.. _k8s-nav-analyzer-overview:
123125

124-
Troubleshoot Kubernetes performance with the analyzer
126+
Troubleshoot performance with the analyzer
125127
======================================================
126128

127129
.. note:: The analyzer is only available on the Kubernetes nodes, pods, and containers navigators.
@@ -165,9 +167,4 @@ You can also export and monitor data related to your Kubernetes clusters, as des
165167

166168
* - :ref:`get-started-application`
167169
- :ref:`get-started-apm`
168-
- Collect metrics and spans from applications running in Kubernetes clusters.
169-
170-
.. toctree::
171-
:hidden:
172-
173-
predefined-metric-classes
170+
- Collect metrics and spans from applications running in Kubernetes clusters.

infrastructure/monitor/monitor-services-hosts.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Monitor services and hosts in Splunk Infrastructure Monitoring
1717
k8s-nav
1818
k8s
1919
hosts
20+
predefined-metric-classes
2021
scenario-k8s-nav
2122

2223

0 commit comments

Comments
 (0)