Mise à jour des librairies
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
* <p>
|
||||
* Sends application trace data to Stackdriver Trace for viewing. Trace data is
|
||||
* collected for all App Engine applications by default. Trace data from other
|
||||
* applications can be provided using this API.</p>
|
||||
* applications can be provided using this API. This library is used to interact
|
||||
* with the Trace API directly. If you are looking to instrument your
|
||||
* application for Stackdriver Trace, we recommend using OpenCensus.</p>
|
||||
*
|
||||
* <p>
|
||||
* For more information about this service, see the API
|
||||
@@ -52,6 +54,7 @@ class Google_Service_CloudTrace extends Google_Service
|
||||
parent::__construct($client);
|
||||
$this->rootUrl = 'https://cloudtrace.googleapis.com/';
|
||||
$this->servicePath = '';
|
||||
$this->batchPath = 'batch';
|
||||
$this->version = 'v2';
|
||||
$this->serviceName = 'cloudtrace';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user