Skip to content

Commit 640aa63

Browse files
committed
phrase better
1 parent 80db9e8 commit 640aa63

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/traces.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)