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 42
42
"reason" : " KernelOops" ,
43
43
"pattern" : " divide error: 0000 \\ [#\\ d+\\ ] SMP"
44
44
},
45
- {
46
- "type" : " permanent" ,
47
- "condition" : " KernelDeadlock" ,
48
- "reason" : " AUFSUmountHung" ,
49
- "pattern" : " task umount\\ .aufs:\\ w+ blocked for more than \\ w+ seconds\\ ."
50
- },
51
45
{
52
46
"type" : " permanent" ,
53
47
"condition" : " KernelDeadlock" ,
Original file line number Diff line number Diff line change 63
63
"reason" : " MemoryReadError" ,
64
64
"pattern" : " CE memory read error .*"
65
65
},
66
- {
67
- "type" : " permanent" ,
68
- "condition" : " KernelDeadlock" ,
69
- "reason" : " AUFSUmountHung" ,
70
- "pattern" : " task umount\\ .aufs:\\ w+ blocked for more than \\ w+ seconds\\ ."
71
- },
72
66
{
73
67
"type" : " permanent" ,
74
68
"condition" : " KernelDeadlock" ,
Original file line number Diff line number Diff line change 50
50
"reason": "MemoryReadError",
51
51
"pattern": "CE memory read error .*"
52
52
},
53
- {
54
- "type": "permanent",
55
- "condition": "KernelDeadlock",
56
- "reason": "AUFSUmountHung",
57
- "pattern": "task umount\\.aufs:\\w+ blocked for more than \\w+ seconds\\."
58
- },
59
53
{
60
54
"type": "permanent",
61
55
"condition": "KernelDeadlock",
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ disk_weighted_io{device="sda8"} 160
18
18
host_uptime{kernel_version="4.14.127+",os_version="cos 73-11647.217.0"} 81
19
19
# HELP problem_counter Number of times a specific type of problem have occurred.
20
20
# TYPE problem_counter counter
21
- problem_counter{reason="AUFSUmountHung"} 0
22
21
problem_counter{reason="ContainerdStart"} 1
23
22
problem_counter{reason="CorruptDockerImage"} 0
24
23
problem_counter{reason="CorruptDockerOverlay2"} 0
@@ -35,7 +34,6 @@ problem_counter{reason="TaskHung"} 0
35
34
problem_counter{reason="UnregisterNetDevice"} 0
36
35
# HELP problem_gauge Whether a specific type of problem is affecting the node or not.
37
36
# TYPE problem_gauge gauge
38
- problem_gauge{reason="AUFSUmountHung",type="KernelDeadlock"} 0
39
37
problem_gauge{reason="CorruptDockerOverlay2",type="CorruptDockerOverlay2"} 0
40
38
problem_gauge{reason="DockerHung",type="KernelDeadlock"} 0
41
39
problem_gauge{reason="FilesystemIsReadOnly",type="ReadonlyFilesystem"} 0
You can’t perform that action at this time.
0 commit comments