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

Commit b391c97

Browse files
committed
add-hemant-feedback
1 parent c936bb5 commit b391c97

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_images/infrastructure/k8s-nav/k8s-predefined-metric-classes.csv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
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.
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.
33
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.
4+
Kubernetes nodes,Node CPU,"A group of metrics and KPIs related to node CPU troubleshooting. Note: At the node level, CPU Limit and CPU Request is the sum of the respective values for all containers in the node.
55
"
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."
6+
Kubernetes nodes,Node memory,"A group of metrics and KPIs related to node memory troubleshooting. Note: At the node level, Memory Limit and Memory Request 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, Storage Limit and Storage Request is the sum of the respective values for all containers in the node."
88
Kubernetes nodes,Node network metrics,A group of metrics and KPIs related to node network troubleshooting.
99
Kubernetes pods,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes pods.
1010
Kubernetes pods,Pod status,A group of metrics and KPIs related to pod status troubleshooting.
1111
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. "
12+
Kubernetes pods,Pod memory,"A group of metrics and KPIs related to pod memory troubleshooting. Note: At the pod level, Memory Limit and Memory Request is the sum of the respective values for all containers in the pod. "
1313
Kubernetes pods,Pod file system,A group of metrics and KPIs related to pod storage troubleshooting.
1414
Kubernetes containers,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes containers.
1515
Kubernetes containers,Container CPU,A group of metrics and KPIs related to container CPU troubleshooting.
@@ -32,7 +32,7 @@ Kubernetes ReplicaSets,ReplicaSet churn,A group of metrics and KPIs related to t
3232
Kubernetes ReplicaSets,ReplicaSet scaling,A group of metrics and KPIs related to scaling up/down the pods in a ReplicaSet.
3333
Kubernetes ReplicaSets,ReplicaSet attributes,A group of metrics and KPIs related to ReplicaSet attributes.
3434
Kubernetes DaemonSets,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes DaemonSets.
35-
Kubernetes DaemonSets,DaemonSet nodes,A group of metrics and KPIs related to troubleshooting the pods in a DaemonSet.
35+
Kubernetes DaemonSets,DaemonSet nodes,A group of metrics and KPIs related to troubleshooting the nodes in a DaemonSet.
3636
Kubernetes DaemonSets,DaemonSet churn,A group of metrics and KPIs related to the churn rate of the pods in a DaemonSet.
3737
Kubernetes DaemonSets,DaemonSet attributes,A group of metrics and KPIs related to DaemonSet attributes.
3838
Kubernetes StatefulSets,Default,A default group of metrics and KPIs that are essential for troubleshooting Kubernetes StatefulSets.

infrastructure/monitor/k8s-nav.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To use the left navigation panel:
111111
Customize your navigator display with metric classes
112112
=======================================================
113113

114-
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.
114+
By default, the navigator table view displays a subset of metrics and KPIs 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.
115115

116116
To use a predefined metric class:
117117

0 commit comments

Comments
 (0)