@psalm-suppress PropertyTypeCoercion
public function __construct(string $name, ?string $version = null, ?string $schemaUrl = null, iterable $attributes = []) { $this->tracers = new \WeakMap(); $this->meters = new \WeakMap(); $this->loggers = new \WeakMap(); $this->eventLoggers = new \WeakMap(); }