Versions in this module Expand all Collapse all v1 v1.34.0 Jun 24, 2026 Changes in this version + type Container struct — windows/amd64 + DisplayName string + ID string + Image string + Kind Kind + Name string + PID uint32 + PIDs []uint32 + RestartCount int64 + StartedAt time.Time + func (c *Container) Collect(ch chan<- prometheus.Metric) + func (c *Container) Describe(ch chan<- *prometheus.Desc) + type Kind string — windows/amd64 + const KindDocker + const KindService + type Registry struct — windows/amd64 + func NewRegistry(discoveryInterval time.Duration) *Registry + func (r *Registry) Start(registerer prometheus.Registerer) + func (r *Registry) Stop() + type Stats struct — windows/amd64 + CPUSeconds float64 + IOReadBytes uint64 + IOReadOps uint64 + IOWriteBytes uint64 + IOWriteOps uint64 + MemoryRSSBytes uint64