Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit c7eb2cf

Browse files
committed
Fix README
1 parent b86d57a commit c7eb2cf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OpenCensus Stackdriver Exporter for PHP
22

33
This 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\Trace\Tracer;
2222
use OpenCensus\Trace\Exporter\StackdriverExporter;
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.
7070
This 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/

0 commit comments

Comments
 (0)