Download the PHP package google/cloud-trace without Composer
On this page you can find all versions of the php package google/cloud-trace. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download google/cloud-trace
More information about google/cloud-trace
Files in google/cloud-trace
Package cloud-trace
Short Description Stackdriver Trace Client for PHP
License Apache-2.0
Informations about the package cloud-trace
Stackdriver Trace for PHP
Idiomatic PHP client for Stackdriver Trace.
NOTE: This repository is part of Google Cloud PHP. Any support requests, bug reports, or development contributions should be directed to that project.
A distributed tracing system for Google Cloud Platform that collects latency data from App Engine applications and displays it in near real time in the Google Cloud Platform Console.
Installation
To begin, install the preferred dependency manager for PHP, Composer.
Now install this component:
This component supports both REST over HTTP/1.1 and gRPC. In order to take advantage of the benefits offered by gRPC (such as streaming methods) please see our gRPC installation guide.
Authentication
Please see our Authentication guide for more information on authenticating your client. Once authenticated, you'll be ready to start making requests.
Sample
Creating a Trace
Using OpenCensus
We highly recommend using the OpenCensus project to instrument your application. OpenCensus is an open source, distributed tracing framework that maintains integrations with popular frameworks and tools. OpenCensus provides a data exporter for Stackdriver Trace which uses this library. If you were using google/cloud-trace <= v0.3.3 or google/cloud <= 0.46.0, then check out the migration guide to OpenCensus.
Install with composer
or add to your composer.json
.
opencensus/opencensus
provides a service-agnostic implementation. Be sure to
also require opencensus/opencensus-exporter-stackdriver
to enable exporting of
traces to Stackdriver Trace.
See the OpenCensus documentation for more configuration options and features.
Version
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in any minor or patch releases. We will address issues and requests with the highest priority.
Next Steps
- Understand the official documentation.
- Take a look at in-depth usage samples.
All versions of cloud-trace with dependencies
google/cloud-core Version ^1.57
ramsey/uuid Version ^3.0|^4.0
google/gax Version ^1.36.0