Module: NewRelic::Agent::Instrumentation::RedisClient::Middleware
- Includes:
- NewRelic::Agent::Instrumentation::Redis
- Defined in:
- lib/new_relic/agent/instrumentation/redis/middleware.rb
Constant Summary
Constants included from NewRelic::Agent::Instrumentation::Redis
NewRelic::Agent::Instrumentation::Redis::INSTRUMENTATION_NAME
Instance Method Summary collapse
Methods included from NewRelic::Agent::Instrumentation::Redis
#call_pipeline_with_tracing, #call_pipelined_with_tracing, #call_with_tracing, #connect_with_tracing
Instance Method Details
#call_pipelined(*args, &block) ⇒ Object
11 12 13 |
# File 'lib/new_relic/agent/instrumentation/redis/middleware.rb', line 11 def call_pipelined(*args, &block) call_pipelined_with_tracing(args[0]) { super } end |