public function tracer() : TracerInterface { $tracerProvider = Globals::tracerProvider(); return $this->tracers[$tracerProvider] ??= $tracerProvider->getTracer($this->name, $this->version, $this->schemaUrl, $this->attributes); }