Method: StackifyRubyAPM::Agent#span
- Defined in:
- lib/stackify_apm/agent.rb
#span(*args, &block) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
155 156 157 |
# File 'lib/stackify_apm/agent.rb', line 155 def span(*args, &block) instrumenter.span(*args, &block) end |