# Functions
NewCollector registers the collector with the provided namespace and returns it so that cgroups can be added for collection.
NewTaskMonitor returns a new cgroups monitor.
# Variables
IDName is the name that is used to identify the id being collected in the metric.
# Structs
Collector provides the ability to collect container stats and export them in the prometheus format.
# Interfaces
Statable type that returns cgroup metrics.
# Type aliases
Trigger will be called when an event happens and provides the cgroup where the event originated from.