diff --git a/cgroups/stats.go b/cgroups/stats.go index 857fc1dc..dc5dbb3c 100644 --- a/cgroups/stats.go +++ b/cgroups/stats.go @@ -27,7 +27,7 @@ type CpuUsage struct { type CpuStats struct { CpuUsage CpuUsage `json:"cpu_usage,omitempty"` - ThrottlingData ThrottlingData `json:"throlling_data,omitempty"` + ThrottlingData ThrottlingData `json:"throttling_data,omitempty"` } type MemoryStats struct {