bool $retain whether general identity attributes should be retained:
https://github.com/open-telemetry/semantic-conventions/blob/main/docs/g…
public function retainGeneralIdentityAttributes(bool $retain = true) : SpanLimitsBuilder { $this->retainGeneralIdentityAttributes = $retain; return $this; }