File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,11 @@ in Rust applications.
3737 ` tracing-opentelemetry ` bridge to convert tracing spans into OTel spans.
3838
3939 There are some limitations with this approach arising due to ` tracing ` s lack of support for
40- creating Spans following OpenTelemetry specification. Examples include
41- - Cannot set remote parent
42- - Cannot specify span kind (e.g., server/client)
43- - Cannot add span links
40+ creating Spans following OpenTelemetry specification. For example,
41+ ` tracing ` is unable to:
42+ - Set remote parent
43+ - Specify span kind (e.g., server/client/producer/consumer).
44+ - Add span links
4445
4546 The bridge offers extension APIs to support some of these, but they are not
4647 standard and are maintained outside the OpenTelemetry and Tracing project and
You can’t perform that action at this time.
0 commit comments