You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: opentelemetry-proto/CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,8 @@
3
3
## vNext
4
4
5
5
-**Feature**: Add span flags support for `isRemote` property in OTLP trace transformation ([#3153](https://github.com/open-telemetry/opentelemetry-rust/pull/3153))
6
-
- Implemented `build_span_flags` function that sets OTLP span flags based on parent span's `isRemote` property
7
-
- Updated span and link transformations to properly set flags field (0x100 for local, 0x300 for remote)
8
-
- Added comprehensive tests for span flags functionality
6
+
- Updated span and link transformations to properly set flags field (0x100 for local, 0x300 for remote)
7
+
9
8
- Update proto definitions to v1.7.0.
10
9
- Added Rust generated protos for profiles collector. [#3077](https://github.com/open-telemetry/opentelemetry-rust/pull/3077)
11
10
-**Breaking change**: package opentelemetry_proto::tonic::profiles::v1 renamed to opentelemetry_proto::tonic::profiles::v1development. [#3077](https://github.com/open-telemetry/opentelemetry-rust/pull/3077)
Copy file name to clipboardExpand all lines: opentelemetry-sdk/CHANGELOG.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,8 @@
3
3
## vNext
4
4
5
5
-**Feature**: Add span flags support for `isRemote` property in OTLP exporter ([#3153](https://github.com/open-telemetry/opentelemetry-rust/pull/3153))
6
-
- Added `parent_span_is_remote` field to `SpanData` to store parent span remote flag
7
-
- Implemented `build_span_flags` function that sets OTLP span flags based on parent span's `isRemote` property
8
-
- Updated span and link transformations to properly set flags field (0x100 for local, 0x300 for remote)
9
-
- Added comprehensive tests for span flags functionality
6
+
- Updated span and link transformations to properly set flags field (0x100 for local, 0x300 for remote)
7
+
10
8
- TODO: Placeholder for Span processor related things
11
9
-*Fix* SpanProcessor::on_start is no longer called on non recording spans
12
10
-**Fix**: Restore true parallel exports in the async-native `BatchSpanProcessor` by honoring `OTEL_BSP_MAX_CONCURRENT_EXPORTS` ([#2959](https://github.com/open-telemetry/opentelemetry-rust/pull/3028)). A regression in [#2685](https://github.com/open-telemetry/opentelemetry-rust/pull/2685) inadvertently awaited the `export()` future directly in `opentelemetry-sdk/src/trace/span_processor_with_async_runtime.rs` instead of spawning it on the runtime, forcing all exports to run sequentially.
0 commit comments