We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab7710 commit 8b3a186Copy full SHA for 8b3a186
README.md
@@ -18,6 +18,13 @@ Please see the [example programs](examples/) for examples of how to use this lib
18
* [Trivial Example](examples/trivial/main.py) shows how to use the library on a single host.
19
* [Context in Headers](examples/http/context_in_headers.py) shows how to pass a `TraceContext` through `HTTP` headers.
20
21
+You can run the examples by doing:
22
+```python
23
+tox
24
+source .tox/py27/bin/activate
25
+python examples/nontrivial/main.py
26
+```
27
+
28
Or if your python code is already instrumented for OpenTracing, you can simply switch to LightStep's implementation with:
29
30
```python
0 commit comments