File tree Expand file tree Collapse file tree 4 files changed +0
-20
lines changed
pkg/util/metrics/testdata Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 4242 "reason" : " KernelOops" ,
4343 "pattern" : " divide error: 0000 \\ [#\\ d+\\ ] SMP"
4444 },
45- {
46- "type" : " permanent" ,
47- "condition" : " KernelDeadlock" ,
48- "reason" : " AUFSUmountHung" ,
49- "pattern" : " task umount\\ .aufs:\\ w+ blocked for more than \\ w+ seconds\\ ."
50- },
5145 {
5246 "type" : " permanent" ,
5347 "condition" : " KernelDeadlock" ,
Original file line number Diff line number Diff line change 6363 "reason" : " MemoryReadError" ,
6464 "pattern" : " CE memory read error .*"
6565 },
66- {
67- "type" : " permanent" ,
68- "condition" : " KernelDeadlock" ,
69- "reason" : " AUFSUmountHung" ,
70- "pattern" : " task umount\\ .aufs:\\ w+ blocked for more than \\ w+ seconds\\ ."
71- },
7266 {
7367 "type" : " permanent" ,
7468 "condition" : " KernelDeadlock" ,
Original file line number Diff line number Diff line change 5050 "reason": "MemoryReadError",
5151 "pattern": "CE memory read error .*"
5252 },
53- {
54- "type": "permanent",
55- "condition": "KernelDeadlock",
56- "reason": "AUFSUmountHung",
57- "pattern": "task umount\\.aufs:\\w+ blocked for more than \\w+ seconds\\."
58- },
5953 {
6054 "type": "permanent",
6155 "condition": "KernelDeadlock",
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ disk_weighted_io{device="sda8"} 160
1818host_uptime{kernel_version="4.14.127+",os_version="cos 73-11647.217.0"} 81
1919# HELP problem_counter Number of times a specific type of problem have occurred.
2020# TYPE problem_counter counter
21- problem_counter{reason="AUFSUmountHung"} 0
2221problem_counter{reason="ContainerdStart"} 1
2322problem_counter{reason="CorruptDockerImage"} 0
2423problem_counter{reason="CorruptDockerOverlay2"} 0
@@ -35,7 +34,6 @@ problem_counter{reason="TaskHung"} 0
3534problem_counter{reason="UnregisterNetDevice"} 0
3635# HELP problem_gauge Whether a specific type of problem is affecting the node or not.
3736# TYPE problem_gauge gauge
38- problem_gauge{reason="AUFSUmountHung",type="KernelDeadlock"} 0
3937problem_gauge{reason="CorruptDockerOverlay2",type="CorruptDockerOverlay2"} 0
4038problem_gauge{reason="DockerHung",type="KernelDeadlock"} 0
4139problem_gauge{reason="FilesystemIsReadOnly",type="ReadonlyFilesystem"} 0
You can’t perform that action at this time.
0 commit comments