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 8e46faf commit a95ebaeCopy full SHA for a95ebae
metric/metric.go
@@ -41,7 +41,7 @@ type RTStatus struct {
41
NumFiles int64 `toml:"num_files" json:"num_files"`
42
NumDirectories int64 `toml:"num_directories" json:"num_directories"`
43
NumIOCPs int64 `toml:"num_iocps" json:"num_iocps"`
44
- NumKeys int64 `toml:"num_keys" json:"num_keys"`
+ NumRegKeys int64 `toml:"num_reg_keys" json:"num_reg_keys"`
45
NumSockets int64 `toml:"num_sockets" json:"num_sockets"`
46
}
47
0 commit comments