Skip to content

Update OpenTelemetry SDK and dependencies#306

Merged
mheffner merged 1 commit intostreamfold:mainfrom
neeme-praks-sympower:update-otel-sdk
Feb 7, 2026
Merged

Update OpenTelemetry SDK and dependencies#306
mheffner merged 1 commit intostreamfold:mainfrom
neeme-praks-sympower:update-otel-sdk

Conversation

@neeme-praks-sympower
Copy link
Contributor

Update to OpenTelemetry Rust git revision 0948c61 which includes portable-atomic support for 32-bit ARM platforms lacking native 64-bit atomics.

Dependency updates:

  • opentelemetry, opentelemetry_sdk, opentelemetry-proto: 0.30.0 -> git rev 0948c61
  • tonic: 0.13.1 -> 0.14
  • prost, prost-build: 0.13.4 -> 0.14

Code changes:

  • Add Debug trait bounds to Resource and Response generics in start_otlp_exporter (required by updated prost)

Needed for #304

Update to OpenTelemetry Rust git revision 0948c61 which includes
portable-atomic support for 32-bit ARM platforms lacking native
64-bit atomics.

Dependency updates:
- opentelemetry, opentelemetry_sdk, opentelemetry-proto: 0.30.0 -> git rev 0948c61
- tonic: 0.13.1 -> 0.14
- prost, prost-build: 0.13.4 -> 0.14

Code changes:
- Add Debug trait bounds to Resource and Response generics in
  start_otlp_exporter (required by updated prost)
Copy link
Contributor

@mheffner mheffner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! We've been meaning to bump these for awhile now.

I don't see any specific performance regressions. We can cut a release soon so that it runs through the nightly otel benchmark suite.

@mheffner mheffner merged commit d36ef1d into streamfold:main Feb 7, 2026
4 checks passed
@neeme-praks-sympower neeme-praks-sympower deleted the update-otel-sdk branch February 7, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants