You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/envcheckctl/README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,38 +45,38 @@ agentRestarts
45
45
agentStatus
46
46
- "Running"=13
47
47
48
-
#Lists the distribution of helm chart versions and number of pods
48
+
#Chart versions indicates the distribution of chart versions throughout the cluster. A discrepancy in this can be indicative of an incomplete rollout and explain inconsistencies in collection across hosts.
49
49
chartVersions
50
50
- "1.2.45"=13
51
51
52
-
#Distribution of cniPlugin
53
-
cniPlugins
52
+
#CNI Plugins can indicate potential factors that impact network routing and policy. In particular this can effect the routing of trace to local agents and the collection of various metrics by agent.
53
+
cniPlugins
54
54
- "cilium"=19
55
55
56
-
#Distribution of container Runtimes
56
+
#Container runtimes provides insight into what container runtimes are in use in the cluster and can be used as a point of investigation relating to container metrics.
57
57
containerRuntimes
58
58
- "containerd://1.6.6"=19
59
59
60
-
#Distribution of nodes types
60
+
#Node types provides insight into the size of nodes used in the cluster. Particularly small nodes (e.g. 4-8GB) can be an indicator as to why the agent may not be running or has a high restart rate due to OOMKill.
61
61
instanceTypes
62
62
- "c5.12xlarge"=4
63
63
- "m5.4xlarge"=9
64
64
- "m5.large"=3
65
65
- "m5.xlarge"=3
66
66
67
-
#Distribution of kernels on nodes
67
+
#Kernel versions can provide insights into potential known issues such as container throttling behaviour.
68
68
kernels
69
69
- "5.4.231-137.341.amzn2.x86_64"=19
70
70
71
-
#Distribution of kubelets on nodes
71
+
#Kubelet lets us know that the cluster is aligned and consistent in it's release.
72
72
kubelet
73
73
- "v1.22.17-eks-48e63af"=19
74
74
75
-
#Distribution of os images on nodes
75
+
#OS Images informs us on the OS and can indicate packages and standard security configuration.
76
76
osImages
77
77
- "Amazon Linux 2"=19
78
78
79
-
#Distribution of pods statuses
79
+
#Pods statuses inform us how many pods are not in a state other than running
80
80
podStatus
81
81
- "Running"=256
82
82
@@ -90,11 +90,11 @@ zones
90
90
- "eu-central-1b"=5
91
91
- "eu-central-1c"=8
92
92
93
-
#Distribution of configmaps linked to pods
93
+
#Configmaps linked to pods informs if pods are appropriately linked to pods
94
94
linkedConfigMaps
95
95
- "instana-agent/instana-agent"=13
96
96
97
-
#Distribution of pods to owner types
97
+
#Pod owners can give insights into pods not properly linked to workflows or discrepancy of number of replicas
0 commit comments