This repository was archived by the owner on Jul 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# OpenCensus Stackdriver Exporter for PHP
22
33This library provides an [ ` ExporterInterface ` ] [ exporter-interface ] for exporting
4- Trace data to a Stackdriver instance .
4+ Trace data to the [ Stackdriver Trace ] [ stackdriver-trace ] service .
55
66[ ![ CircleCI] ( https://circleci.com/gh/census-instrumentation/opencensus-php-exporter-stackdriver.svg?style=svg )] ( https://circleci.com/gh/census-instrumentation/opencensus-php-exporter-stackdriver )
77[ ![ Packagist] ( https://img.shields.io/packagist/v/opencensus/opencensus-exporter-stackdriver.svg )] ( https://packagist.org/packages/opencensus/opencensus )
@@ -21,7 +21,7 @@ Trace data to a Stackdriver instance.
2121 use OpenCensus\T race\T racer;
2222 use OpenCensus\T race\E xporter\S tackdriverExporter;
2323
24- Tracer::start(new StackdriverExporter(' my-service-name ' ));
24+ Tracer::start(new StackdriverExporter ());
2525 ` ` `
2626
2727# # Customization
@@ -70,6 +70,7 @@ Apache 2.0 - See [LICENSE](LICENSE) for more information.
7070This is not an official Google product.
7171
7272[exporter-interface]: https://github.com/census-instrumentation/opencensus-php/blob/master/src/Trace/Exporter/ExporterInterface.php
73+ [stackdriver-trace]: https://cloud.google.com/trace/
7374[census-org]: https://github.com/census-instrumentation
7475[composer]: https://getcomposer.org/
7576[semver]: http://semver.org/
You can’t perform that action at this time.
0 commit comments