in src/EnterpriseSearch/Schema/RequestDurationMs.php [29:34]
public function __construct(int $max, float $mean, float $std_dev) { $this->max = $max; $this->mean = $mean; $this->std_dev = $std_dev; }