class Traces::Backend::Capture::Span

def []= key, value

@parameter value [Object] The metadata value. Should be coercable to a string.
@parameter key [String] The metadata key.
Assign some metadata to the span.
def []= key, value
	@attributes[key] = value
end