Method: ElasticAPM::Span#done
- Defined in:
- lib/elastic_apm/span.rb
#done(clock_end: Util.monotonic_micros) ⇒ 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.
119 120 121 122 |
# File 'lib/elastic_apm/span.rb', line 119 def done(clock_end: Util.monotonic_micros) stop clock_end self end |