Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/examples/auto-instrumentation/README.md
Co-Authored-By: Chris Kleinknecht <libc@google.com>
  • Loading branch information
ocelotl and c24t authored Apr 30, 2020
commit 91a95ea7bcb1166f11feaab1411bc29db2690e6a
2 changes: 1 addition & 1 deletion docs/examples/auto-instrumentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Span(name="serv_request", context=SpanContext(trace_id=0x9c0e0ce8f7b7dbb51d1d6e7
Now, kill the execution of `server_instrumented.py` with `ctrl + c` and run this instead:

```sh
$ opentelemetry-auto-instrumentation python opentelemetry-python/opentelemetry-auto-instrumentation/example/server_uninstrumented.py
$ opentelemetry-auto-instrumentation python docs/examples/auto-instrumentation/server_uninstrumented.py
```

In the console where you previously executed `client.py`, run again this again:
Expand Down