Overrides MeterInterface::createCounter
public function createCounter(string $name, ?string $unit = null, ?string $description = null, array $advisory = []) : CounterInterface { return ($this->meter ??= ($this->factory)()) ->createCounter($name, $unit, $description, $advisory); }