diff --git a/libcontainer/intelrdt/stats.go b/libcontainer/intelrdt/stats.go index eeb0ee9f0d8..70df0d14e6c 100644 --- a/libcontainer/intelrdt/stats.go +++ b/libcontainer/intelrdt/stats.go @@ -17,15 +17,15 @@ type MemBwInfo struct { type MBMNumaNodeStats struct { // The 'mbm_total_bytes' in 'container_id' group. - MBMTotalBytes uint64 `json:"mbm_total_bytes,omitempty"` + MBMTotalBytes uint64 `json:"mbm_total_bytes"` // The 'mbm_local_bytes' in 'container_id' group. - MBMLocalBytes uint64 `json:"mbm_local_bytes,omitempty"` + MBMLocalBytes uint64 `json:"mbm_local_bytes"` } type CMTNumaNodeStats struct { // The 'llc_occupancy' in 'container_id' group. - LLCOccupancy uint64 `json:"llc_occupancy,omitempty"` + LLCOccupancy uint64 `json:"llc_occupancy"` } type Stats struct {