Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
ID string
Name string
DisplayName string
Image string
Kind Kind
PID uint32
PIDs []uint32
StartedAt time.Time
RestartCount int64
// contains filtered or unexported fields
}
func (*Container) Collect ¶
func (c *Container) Collect(ch chan<- prometheus.Metric)
func (*Container) Describe ¶
func (c *Container) Describe(ch chan<- *prometheus.Desc)
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func NewRegistry ¶
func (*Registry) Start ¶
func (r *Registry) Start(registerer prometheus.Registerer)
Click to show internal directories.
Click to hide internal directories.