Skip to content

Commit 79d9377

Browse files
authored
Add note about eventmachine type usage.
1 parent 9158801 commit 79d9377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Note: The Instana sensor has automatic instrumentation that activates at runtime
7979
context = opentracing.tracer.current_context()
8080
span = opentracing.tracer.start_span("my_span", child_of=context)
8181

82+
Also note that under evented systems such as gevent, concurrence and/or greenlets (which aren't supportet yet), the value `opentracing.tracer.current_context()` is likely to be inconsistent.
8283

8384
## Configuration
8485

0 commit comments

Comments
 (0)