Google\Cloud\Logging\Connection\Grpc::getMetric PHP Method

getMetric() public method

public getMetric ( array $args = [] ) : array
$args array
return array
    public function getMetric(array $args = [])
    {
        return $this->send([$this->metricsClient, 'getLogMetric'], [$this->pluck('metricName', $args), $args]);
    }