We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86b06a6 + 290f948 commit ef2eaf7Copy full SHA for ef2eaf7
collector/src/execute/mod.rs
@@ -588,7 +588,7 @@ fn process_stat_output(
588
let name = get!(parts.next());
589
let _time = get!(parts.next());
590
let pct = get!(parts.next());
591
- if cnt == "<not supported>" || cnt.len() == 0 {
+ if cnt == "<not supported>" || cnt == "<not counted>" || cnt.len() == 0 {
592
continue;
593
}
594
if !pct.starts_with("100.") {
0 commit comments