Google\Cloud\Logging\Connection\Grpc::updateMetric PHP 메소드

updateMetric() 공개 메소드

public updateMetric ( array $args = [] ) : array
$args array
리턴 array
    public function updateMetric(array $args = [])
    {
        $pbMetric = (new LogMetric())->deserialize($this->pluckArray($this->metricKeys, $args), $this->codec);
        return $this->send([$this->metricsClient, 'updateLogMetric'], [$this->pluck('metricName', $args), $pbMetric, $args]);
    }