class Aws::Telemetry::TracerBase

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

Returns:
  • (Aws::Telemetry::SpanBase) -

Parameters:
  • kind (Aws::Telemetry::SpanKind) -- Type of Span
  • attributes (Hash) -- Attributes to attach to the span
  • name (String) -- Span name
def in_span(name, attributes: nil, kind: nil)
  raise NotImplementedError
end