Skip to content

SMOODEV-2029: OTLP export over smooai-fetch — drop raw reqwest from the Rust SDK#62

Merged
brentrager merged 1 commit into
mainfrom
SMOODEV-2029-otlp-smooai-fetch
Jun 21, 2026
Merged

SMOODEV-2029: OTLP export over smooai-fetch — drop raw reqwest from the Rust SDK#62
brentrager merged 1 commit into
mainfrom
SMOODEV-2029-otlp-smooai-fetch

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

Routes OTLP trace+metric export through smooai-fetch via a smooai-fetch-backed opentelemetry_http::HttpClient adapter (auth-injection + 401-retry preserved). The Rust SDK's ENTIRE outbound HTTP — M2M token exchange, webhook transport, and OTLP export — now goes through smooai-fetch; raw reqwest is , pulled only by the reqwest-middleware integration feature (the client-span middleware FOR reqwest users). Double-retry avoided: opentelemetry-otlp's experimental-http-retry is OFF, smooai-fetch owns transport retry/backoff/circuit-breaking. fmt+clippy(--all-features)+test green; no-feature + reqwest-middleware builds clean. SMOODEV-2029 / epic 1981.

🤖 Generated with Claude Code

…p HttpClient); drop raw reqwest from otel.rs

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Jun 21, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 4a4aec4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@brentrager brentrager merged commit 3220cb2 into main Jun 21, 2026
6 checks passed
@brentrager brentrager deleted the SMOODEV-2029-otlp-smooai-fetch branch June 21, 2026 02:04
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.

1 participant