Package 

Class ConfigCollector


  • 
    public class ConfigCollector
    
                        

    Collects system properties and environment variables set by the user and used by the tracer. Puts to this map will happen in Config and ConfigProvider classes, which can run concurrently with consumers. So this is based on a ConcurrentHashMap to deal with it.