Class: Raygun::Apm::Event

Inherits:
Object
  • Object
show all
Defined in:
lib/raygun/apm/event.rb

Direct Known Subclasses

Begin, BeginTransaction, End, HttpOut, Methodinfo, ThreadStarted

Defined Under Namespace

Classes: Begin, BeginTransaction, End, HttpOut, Methodinfo, ThreadStarted

Instance Method Summary collapse

Instance Method Details

#inspectObject



4
5
6
# File 'lib/raygun/apm/event.rb', line 4

def inspect
  "#<#{self.class.name}:#{self.object_id}> length:#{self.length} pid:#{self[:pid]} tid:#{self[:tid]} timestamp:#{self[:timestamp]}"
end