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