Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit f6c9bd4

Browse files
authored
Specify google-cloud-trace<1.0.0 in README (#989)
This library is not compatible with versions of google-cloud-trace >= 1.0.0. This should be taken care of by the setup.py, but add this just in case folks install `google-cloud-trace` first. https://github.com/census-instrumentation/opencensus-python/blob/812105e6021f47fbfa77fe7b32e1797a83bbe7ad/contrib/opencensus-ext-stackdriver/setup.py#L43
1 parent a7ebb74 commit f6c9bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/opencensus-ext-stackdriver/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ This example shows how to report the traces to Stackdriver Trace:
3232
3333
::
3434

35-
pip install google-cloud-trace
36-
pipenv install google-cloud-trace
35+
pip install google-cloud-trace<1.0.0
36+
pipenv install google-cloud-trace<1.0.0
3737

3838
By default, traces are exported asynchronously, to reduce latency during
3939
your code's execution. If you would like to export data on the main thread

0 commit comments

Comments
 (0)