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.
1 parent b0ea9c5 commit b8f5e59Copy full SHA for b8f5e59
metric/metric.go
@@ -56,6 +56,7 @@ type DTStatus struct {
56
InVirtualMachine bool `toml:"in_virtual_machine" json:"in_virtual_machine"`
57
InEmulator bool `toml:"in_emulator" json:"in_emulator"`
58
IsAccelerated bool `toml:"is_accelerated" json:"is_accelerated"`
59
+ SafeRank int8 `toml:"safe_rank" json:"safe_rank"`
60
}
61
62
// SMStatus contains status about sysmon.
0 commit comments