# File lib/new_relic/agent/instrumentation/action_controller_subscriber.rb, line 106
        def _is_filtered?(key)
          NewRelic::Agent::Instrumentation::IgnoreActions.is_filtered?(
            key,
            @controller_class,
            metric_action)
        end