Skip to content

Batch branch update - #551

Merged
dwsupplee merged 4 commits into
googleapis:batchfrom
tmatsuo:batch-followup
Jun 30, 2017
Merged

Batch branch update#551
dwsupplee merged 4 commits into
googleapis:batchfrom
tmatsuo:batch-followup

Conversation

@tmatsuo

@tmatsuo tmatsuo commented Jun 28, 2017

Copy link
Copy Markdown
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 28, 2017
@tmatsuo tmatsuo mentioned this pull request Jun 28, 2017
2 tasks
@tmatsuo
tmatsuo requested a review from dwsupplee June 28, 2017 21:08
@tmatsuo

tmatsuo commented Jun 28, 2017

Copy link
Copy Markdown
Contributor Author

FYI, I observed acceptable performance with my PHP App Engine Flex app with the Error Reporting enabled with this code (still little bit slow though).

{
$client = array_key_exists('clientConfig', $options)
? new self($options['clientConfig'])
: new self();

This comment was marked as spam.

This comment was marked as spam.

@tmatsuo

tmatsuo commented Jun 30, 2017

Copy link
Copy Markdown
Contributor Author

@dwsupplee Yeah now it should set batchEnabled to true automatically. PTAL

@dwsupplee
dwsupplee merged commit f3c5658 into googleapis:batch Jun 30, 2017
dwsupplee pushed a commit to dwsupplee/gcloud-php that referenced this pull request Jun 30, 2017
* Documentation update

* Use GCLOUD_PROJECT envvar for project id detection.

* Added a static factory method for creating batch enabled PsrLogger

* Force enabling the batch mode
dwsupplee pushed a commit to dwsupplee/gcloud-php that referenced this pull request Jun 30, 2017
* Documentation update

* Use GCLOUD_PROJECT envvar for project id detection.

* Added a static factory method for creating batch enabled PsrLogger

* Force enabling the batch mode
@tmatsuo

tmatsuo commented Jun 30, 2017

Copy link
Copy Markdown
Contributor Author

The guide is now updated to reflect this change, thanks!

dwsupplee pushed a commit to dwsupplee/gcloud-php that referenced this pull request Jun 30, 2017
* Documentation update

* Use GCLOUD_PROJECT envvar for project id detection.

* Added a static factory method for creating batch enabled PsrLogger

* Force enabling the batch mode
jdpedrie pushed a commit that referenced this pull request Jun 30, 2017
* Adding Batch package and PsrBatchLogger.

* Added appengine.googleapis.com/trace_id for log request correlation.

* Evaluate the $_SERVER for each request for creating labels for log
request correlation.

* Correctly add the labels

* Added a test around the TraceId

* Fixed wrong tests

* Evaluate $server in the constructor.

* Added metadataProvider to PsrLogger

* Fix the document generation error (#469)

* Dynamically change the number of children (#489)

* Dynamically change the number of children

* Add AsyncReporter for trace which relies on the batch runner (#548)

* Introduce batch publisher (#534)

* introduce batch publisher

* Add copyright

* batch updates

* fix bootstrap

* add coverage for batchPublisher

* remove unused imports

* fix @see link

* Batch branch update (#551)

* Documentation update

* Use GCLOUD_PROJECT envvar for project id detection.

* Added a static factory method for creating batch enabled PsrLogger

* Force enabling the batch mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants