# Functions
CollectorConfigFromEnv returns a CollectorConfig populated from environment variables.
NewCollector initializes and returns an implementation of the Collector interface.
# Structs
CollectorConfig is configuration for the garbage collector.
# Interfaces
Collector is an interface for the garbage collector.