module OneApm::Agent::Agent::RuleFetcher

Public Instance Methods

update_rule() click to toggle source
# File lib/one_apm/agent/agent/rule_fetcher.rb, line 8
def update_rule
  OneApm::Support::RenameRulesEngine.create_or_update_external_rules(@service.fetch_config)
end