Skip to content

Commit

Permalink
add container metric bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmJSD committed Mar 14, 2023
1 parent 590a9c2 commit 440c6a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/ignite.go
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,9 @@ type ContainerMetrics struct {

// MemoryUsagePercent is used to define the % usage of the RAM.
MemoryUsagePercent float64 `json:"memory_usage_percent"`

// MemoryUsageBytes is the number of bytes of memory currently being used.
MemoryUsageBytes uint32 `json:"memory_usage_bytes"`
}

// Container is used to define a container in Ignite.
Expand Down

0 comments on commit 440c6a3

Please sign in to comment.