package
28.0.1+incompatible
Repository: https://github.com/dotcloud/docker.git
Documentation: pkg.go.dev
# Functions
CleanupPlugin stops metrics collection for all plugins.
RegisterPlugin starts the metrics server listener and registers the metrics plugin callback with the plugin store.
No description provided by the author
# Variables
ContainerActions tracks the time taken to process container operations.
EngineCPUs tracks the number of CPUs available to the engine.
EngineInfo provides information about the engine and its environment.
EngineMemory tracks the amount of memory available to the engine.
EventsCounter tracks the number of events logged.
EventSubscribers tracks the number of current subscribers to events.
HealthChecksCounter tracks the total number of health checks.
HealthChecksFailedCounter tracks the number of failed health checks.
HealthCheckStartDuration tracks the time taken to prepare health checks.
HostInfoFunctions tracks the time taken to gather host information.
No description provided by the author
NetworkActions tracks the time taken to process network operations.
StateCtr tracks container states.
# Structs
StateCounter tracks container states.
# Interfaces
Plugin represents a metrics collector plugin.