Add prometheus container level metrics
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -16,6 +16,13 @@ type Container interface {
|
||||
State(context.Context) (State, error)
|
||||
}
|
||||
|
||||
type LinuxContainer interface {
|
||||
Container
|
||||
|
||||
Pause(context.Context) error
|
||||
Resume(context.Context) error
|
||||
}
|
||||
|
||||
type ContainerStatus int
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user