class Aws::Telemetry::OTelSpan

def add_attributes(attributes)

Returns:
  • (self) - returns itself

Parameters:
  • Hash{String (Hash{String => String, Numeric, Boolean, Array) -- => String, Numeric, Boolean, Array
def add_attributes(attributes)
  @span.add_attributes(attributes)
end