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