Skip to content

Commit 19f7a89

Browse files
author
Christoph Oelmüller
committed
fix linting
1 parent 54ed88b commit 19f7a89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

collector/nodes_response.go

+2
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,12 @@ type NodeStatsFSDataResponse struct {
316316
Available int64 `json:"available_in_bytes"`
317317
}
318318

319+
// NodeStatsFSIOStatsResponse defines node stats filesystem device structure
319320
type NodeStatsFSIOStatsResponse struct {
320321
Devices []NodeStatsFSIOStatsDeviceResponse `json:"devices"`
321322
}
322323

324+
// NodeStatsFSIOStatsDeviceResponse is a representation of a node stat filesystem device
323325
type NodeStatsFSIOStatsDeviceResponse struct {
324326
DeviceName string `json:"device_name"`
325327
Operations int64 `json:"operations"`

0 commit comments

Comments
 (0)