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

Commit ad4fc37

Browse files
author
Bogdan Drutu
authored
Update comments in sd trace exporter readme. (#815)
1 parent 817f27b commit ad4fc37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exporters/trace/stackdriver/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ Java 7 or above is required for using this exporter.
9696

9797
## FAQ
9898
### Why do I not see some trace events in Stackdriver?
99-
The current Stackdriver Trace exporter is implemented using the [v1 API][stackdriver-v1-api-url]
100-
which is not fully compatible with the OpenCensus data model. Trace events like Annotations and
101-
NetworkEvents will be dropped. Soon a v2 API will be available.
99+
In all the versions before '0.9.0' the Stackdriver Trace exporter was implemented using the [v1
100+
API][stackdriver-v1-api-url] which is not fully compatible with the OpenCensus data model. Trace
101+
events like Annotations and NetworkEvents will be dropped.
102102

103103
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
104104
[travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java

0 commit comments

Comments
 (0)