in src/EnterpriseSearch/Schema/HttpStats.php [30:40]
public function __construct(
Connections $connections,
RequestDurationMs $request_duration_ms,
NetworkBytes $network_bytes,
Responses $responses,
) {
$this->connections = $connections;
$this->request_duration_ms = $request_duration_ms;
$this->network_bytes = $network_bytes;
$this->responses = $responses;
}