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