Add prometheus container level metrics
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
12
vendor/github.com/crosbymichael/cgroups/state.go
generated
vendored
Normal file
12
vendor/github.com/crosbymichael/cgroups/state.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package cgroups
|
||||
|
||||
// State is a type that represents the state of the current cgroup
|
||||
type State string
|
||||
|
||||
const (
|
||||
Unknown State = ""
|
||||
Thawed State = "thawed"
|
||||
Frozen State = "frozen"
|
||||
Freezing State = "freezing"
|
||||
Deleted State = "deleted"
|
||||
)
|
||||
Reference in New Issue
Block a user