Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,3 @@ server = grpc.server(
interceptors=(tracer_interceptor,))
# All future RPC activity involving `server` will be automatically traced.
```

### Integrating with other spans.

```python
from grpc_opentracing import scope

span = scope.get_active_span()
span = tracer.start_span("do some thing", child_of=span)
# do some thing
span.finish()
...
```
Empty file removed examples/hello_world/__init__.py
Empty file.
23 changes: 0 additions & 23 deletions examples/hello_world/hello_world.proto

This file was deleted.

50 changes: 0 additions & 50 deletions examples/hello_world/hello_world_client.py

This file was deleted.

134 changes: 0 additions & 134 deletions examples/hello_world/hello_world_pb2.py

This file was deleted.

46 changes: 0 additions & 46 deletions examples/hello_world/hello_world_pb2_grpc.py

This file was deleted.

65 changes: 0 additions & 65 deletions examples/hello_world/hello_world_server.py

This file was deleted.

15 changes: 0 additions & 15 deletions examples/protos/command_line.proto

This file was deleted.

37 changes: 0 additions & 37 deletions examples/protos/store.proto

This file was deleted.

3 changes: 0 additions & 3 deletions examples/requirements.txt

This file was deleted.

Loading