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