feat(observability): add bounded OTLP HTTP exporter - #354
Open
PhilipJohnBasile wants to merge 2 commits into
Open
feat(observability): add bounded OTLP HTTP exporter#354PhilipJohnBasile wants to merge 2 commits into
PhilipJohnBasile wants to merge 2 commits into
Conversation
youssofal
force-pushed
the
main
branch
2 times, most recently
from
September 1, 2026 08:07
2382dfd to
8bc4d88
Compare
PhilipJohnBasile
force-pushed
the
feat/otlp-http-export
branch
from
September 1, 2026 13:02
2253b9f to
989dc09
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Splits the OTLP/HTTP exporter out of #336.
This PR contains only the observability exporter:
It does not add server middleware, policy hooks, replay, memory systems, dashboard code, or workflows.
Measurement on commit
2253b9f, macOS 27.0 arm64, Python 3.14.6, 10,000 spans per arm, batch size 128:The healthy arm used a 10,000-span bounded queue, reached a high-water mark of 8,080, added 20,304 KiB to process max RSS, and leaked the sentinel content zero times. The dead-endpoint arm used a 1,024-span queue and recorded 54 failed exports without failing a caller.
Reproduce:
Validation:
This measures exporter control-path cost and localhost delivery. It makes no distributed tracing backend or live serving throughput claim.