class Atatus::Collector::Txn

Attributes

background[R]
spans[R]

Public Class Methods

new(type, kind, duration, background: false) click to toggle source
Calls superclass method
# File lib/atatus/collector/base.rb, line 15
def initialize(type, kind, duration, background: false)
  super(type, kind, duration)
  @spans = {}
  @background = background
end