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

Commit c936bb5

Browse files
committed
update-metric-class-definitions
1 parent 2f72818 commit c936bb5

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,50 @@
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.
1+
Navigator,Metric class name,Description
2+
Kubernetes clusters,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes clusters. Note: Cluster CPU and Memory utilization is the average of all containers in the cluster.
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. Note: At the node level, CPU Request and CPU Limit is the sum of the respective values for all containers in the node.
5+
"
6+
Kubernetes nodes,Node memory,"A group of metrics and KPIs related to node memory troubleshooting. Note: At the node level, CPU Request and CPU Limit is the sum of the respective values for all containers in the node."
7+
Kubernetes nodes,Node file system,"A group of metrics and KPIs related to node storage troubleshooting. Note: At the node level, CPU Request and CPU Limit is the sum of the respective values for all containers in the node."
78
Kubernetes nodes,Node network metrics,A group of metrics and KPIs related to node network troubleshooting.
89
Kubernetes pods,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes pods.
910
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.
11+
Kubernetes pods,Pod CPU,"A group of metrics and KPIs related to pod CPU troubleshooting. Note: At the pod level, CPU Limit and CPU Request is the sum of the respective values for all containers in the pod. "
12+
Kubernetes pods,Pod memory,"A group of metrics and KPIs related to pod memory troubleshooting. Note: At the pod level, CPU Limit and CPU Request is the sum of the respective values for all containers in the pod. "
1213
Kubernetes pods,Pod file system,A group of metrics and KPIs related to pod storage troubleshooting.
1314
Kubernetes containers,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes containers.
1415
Kubernetes containers,Container CPU,A group of metrics and KPIs related to container CPU troubleshooting.
1516
Kubernetes containers,Container memory,A group of metrics and KPIs related to container memory troubleshooting.
1617
Kubernetes containers,Container file system,A group of metrics and KPIs related to container storage troubleshooting.
1718
Kubernetes containers,Container network metrics ,A group of metrics and KPIs related to container network troubleshooting.
1819
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.
20+
Kubernetes workloads,Workload pods,A group of metrics and KPIs related to the status of the pods in a workload.
21+
Kubernetes workloads,Workload churn,A group of metrics and KPIs related to the churn rate of the pods in a workload.
22+
Kubernetes workloads,Workload scaling,A group of metrics and KPIs related to scaling up/down the pods in a workload.
2223
Kubernetes workloads,Workload attributes,A group of metrics and KPIs related to workload attributes.
2324
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.
25+
Kubernetes deployments,Deployment pods,A group of metrics and KPIs related to the status of the pods in a deployment.
26+
Kubernetes deployments,Deployment churn,A group of metrics and KPIs related to the churn rate of the pods in a deployment.
27+
Kubernetes deployments,Deployment scaling,A group of metrics and KPIs related to scaling up/down the pods in a deployment.
2728
Kubernetes deployments,Deployment attributes,A group of metrics and KPIs related to deployment attributes.
2829
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.
30+
Kubernetes ReplicaSets,ReplicaSet pods,A group of metrics and KPIs related to the status of the pods in a ReplicaSet.
31+
Kubernetes ReplicaSets,ReplicaSet churn,A group of metrics and KPIs related to the churn rate of the pods in a ReplicaSet.
32+
Kubernetes ReplicaSets,ReplicaSet scaling,A group of metrics and KPIs related to scaling up/down the pods in a ReplicaSet.
3233
Kubernetes ReplicaSets,ReplicaSet attributes,A group of metrics and KPIs related to ReplicaSet attributes.
3334
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.
35+
Kubernetes DaemonSets,DaemonSet nodes,A group of metrics and KPIs related to troubleshooting the pods in a DaemonSet.
36+
Kubernetes DaemonSets,DaemonSet churn,A group of metrics and KPIs related to the churn rate of the pods in a DaemonSet.
3637
Kubernetes DaemonSets,DaemonSet attributes,A group of metrics and KPIs related to DaemonSet attributes.
3738
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.
39+
Kubernetes StatefulSets,StatefulSet pods,A group of metrics and KPIs related to troubleshooting the pods in a StatefulSet.
40+
Kubernetes StatefulSets,StatefulSet churn,A group of metrics and KPIs related to the churn rate of the pods in a StatefulSet.
4041
Kubernetes StatefulSets,StatefulSet attributes,A group of metrics and KPIs related to StatefulSet attributes.
4142
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 workloads,A group of metrics and KPIs related to troubleshooting the workloads in a namespace.
4344
Kubernetes namespaces,Namespace resources,A group of metrics and KPIs related to troubleshooting namespace resources.
4445
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.
46+
Kubernetes CronJobs,CronJob jobs,A group of metrics and KPIs related to troubleshooting CronJobs.
47+
Kubernetes CronJobs,CronJob pods,A group of metrics and KPIs related to troubleshooting pods in a CronJob.
4748
Kubernetes CronJobs,CronJob attributes,A group of metrics and KPIs related to CronJob attributes.
4849
Kubernetes jobs,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes jobs.
4950
Kubernetes jobs,Job attributes,A group of metrics and KPIs related to job attributes.

infrastructure/monitor/predefined-metric-classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ List of predefined metric classes
1919
Splunk Infrastructure Monitoring includes the following predefined metric classes:
2020

2121
.. csv-table:: Predefined metric classes
22-
:file: /_images/infrastructure/k8s-nav/predefined-metric-classes.csv
22+
:file: /_images/infrastructure/k8s-nav/k8s-predefined-metric-classes.csv
2323
:widths: 33, 30, 70
2424
:header-rows: 1

0 commit comments

Comments
 (0)