class Aws::Telemetry::NoOpTracer

def in_span(name, attributes: nil, kind: nil)

def in_span(name, attributes: nil, kind: nil)
  yield NoOpSpan.new
end