# encoding: utf-8 require 'one_apm/support/rename_rules_engine' module OneApm module Agent class Agent module RuleFetcher def update_rule OneApm::Support::RenameRulesEngine.create_or_update_external_rules(@service.fetch_config) end end end end end