We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311a639 commit 6428cd6Copy full SHA for 6428cd6
bridge/opentracing/doc.go
@@ -28,6 +28,11 @@
28
// bridge tracer and then passing the chosen OpenTelemetry tracer to
29
// the SetOpenTelemetryTracer() function of the bridge tracer.
30
//
31
+// To use an OpenTelemetry span as the parent of an OpenTracing span,
32
+// create a context using the ContextWithBridgeSpan() function of
33
+// the bridge tracer, and then use the StartSpanFromContext function
34
+// of the OpenTracing API.
35
+//
36
// Bridge tracer also allows the user to install a warning handler
37
// through the SetWarningHandler() function. The warning handler will
38
// be called when there is some misbehavior of the OpenTelemetry
0 commit comments