@inheritDoc
public function setAttribute(string $key, mixed $value) : API\SpanBuilderInterface { $this->attributesBuilder[$key] = $value; return $this; }