Skip to content

Commit 7398431

Browse files
committed
Add a README to our examples.
1 parent b3b57e1 commit 7398431

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

examples/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Examples
2+
3+
This directory contains examples of tracing applications using the sqlalchemy package. To run the examples, make sure you've installed the packages `opentracing` and `lightstep`. If you have a lightstep token and would like to view the created spans, then uncomment to proper lines under the given examples. If you would like to use a different OpenTracing implementation, you may also replace the lightstep tracer with the tracer of your choice.
4+
5+
Then simply:
6+
7+
```
8+
> python example-file.py
9+
```
10+

0 commit comments

Comments
 (0)