Overrides MeterInterface::createUpDownCounter
public function createUpDownCounter(string $name, ?string $unit = null, ?string $description = null, array $advisory = []) : UpDownCounterInterface { return new NoopUpDownCounter(); }