We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ed88b commit 19f7a89Copy full SHA for 19f7a89
collector/nodes_response.go
@@ -316,10 +316,12 @@ type NodeStatsFSDataResponse struct {
316
Available int64 `json:"available_in_bytes"`
317
}
318
319
+// NodeStatsFSIOStatsResponse defines node stats filesystem device structure
320
type NodeStatsFSIOStatsResponse struct {
321
Devices []NodeStatsFSIOStatsDeviceResponse `json:"devices"`
322
323
324
+// NodeStatsFSIOStatsDeviceResponse is a representation of a node stat filesystem device
325
type NodeStatsFSIOStatsDeviceResponse struct {
326
DeviceName string `json:"device_name"`
327
Operations int64 `json:"operations"`
0 commit comments