# File lib/new_relic/agent/configuration/environment_source.rb, line 109
        def collect_new_relic_environment_variable_keys
          ENV.keys.select { |key| key.match(SUPPORTED_PREFIXES) }
        end