-
Notifications
You must be signed in to change notification settings - Fork 4
AI-3190 feat(stream): OTLP as first-class source type with per-signal sink routing #2598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Matovidlo
wants to merge
29
commits into
feat/stream-otlp-logs-phase1
Choose a base branch
from
feat/stream-otlp-source-type
base: feat/stream-otlp-logs-phase1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b0f9403
feat(stream): introduce SourceTypeOTLP as a first-class source type
Matovidlo 8825c67
feat(stream): add Signal() to recordctx and per-signal sink routing
Matovidlo 0eafa5a
fix(stream): OTLP spec compliance — signal pass-through, error escala…
Matovidlo 648a1b0
feat(stream): expose OTLPSource in Stream API
Matovidlo 8c01341
test(stream): integration tests for OTLP source with real OTel payloads
Matovidlo ecfea9f
test(stream): add e2e tests for OTLP source creation and column mapping
Matovidlo 71b4674
fix(stream): address CI lint and e2e failures in OTLP code
Matovidlo 4e20889
fix(stream): complete e2e test fixture files for OTLP source tests
Matovidlo 48d846f
fix(stream): fix go-jsonnet type compatibility in OTLP flatten code
Matovidlo 1196dd2
fix(stream): suppress G115 gosec warnings for uint64->int64 casts in …
Matovidlo 74c2e69
fix(stream): update OTLP flatten tests to match int64/[]any output types
Matovidlo 2512fa9
feat(stream): expose allowedSignals in sink API for OTLP signal routing
Matovidlo 848592a
fix(stream): fix gci import order in sink_response.go and add allowed…
Matovidlo 9dd199d
feat(stream): expose otlp.baseUrl and otlp.secret, enum-validate allo…
Matovidlo 00492d8
feat(stream): bearer-token auth + source-type enforcement on OTLP end…
Matovidlo 5e0c3fc
fix(stream): make HTTP records bypass allowedSignals, filter TestSour…
Matovidlo 0925e5d
fix(stream): saturate uint64→int64 in OTLP metric counts
Matovidlo d80f436
test(stream): tighten OTLP integration tests
Matovidlo 3959fe1
chore(scripts): move stream-otlp-setup.sh into scripts/ and fix shell…
Matovidlo f166e52
feat(stream): document signal selector and expose OTLP fields on aggr…
Matovidlo f1d130c
fix(stream): authenticate before decode and strip Authorization from …
Matovidlo a8d6985
test(stream): clarify all-rejected escalation comment in PartialSucce…
Matovidlo c8b5a66
chore(scripts): restrict state-file perms and add scope_version to me…
Matovidlo f88c060
refactor(stream): named OTLPSignal type, shared SignalAccepted predic…
Matovidlo c046c5e
fix(stream): case-insensitive OTLP Content-Type and Authorization Bea…
Matovidlo a6f2aa4
test(stream): cover OTLPSource validation rules
Matovidlo 667e537
docs(stream): tighten Goa examples, openapi signal enum, and stale co…
Matovidlo 9dcac19
test(stream): pin OTLP content-type alias, case-insensitive media typ…
Matovidlo c3e1de4
chore(scripts): validate type/mapping when reusing existing source or…
Matovidlo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
45 changes: 44 additions & 1 deletion
45
internal/pkg/service/stream/api/gen/http/stream/server/encode_decode.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.