-
Notifications
You must be signed in to change notification settings - Fork 257
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
logger: adjust logger to receive logs blobs #1172
Merged
iulianbarbu
merged 23 commits into
shuttle-hq:feat/shuttle-logger-service
from
iulianbarbu:feature/eng-1071-adjust-deployerruntimelogger-to-account-for-stdout-runtime
Aug 24, 2023
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
40a3a79
codegen: removed the otel layer generation
iulianbarbu 1339888
proto: updated logger proto file
iulianbarbu 7615495
logger: add store_logs RPC impl
iulianbarbu 12fea55
logger: fixed tests
iulianbarbu 6f7c1da
logger: decreased the visibility for Log type
iulianbarbu 616fe2b
logger: remove the unwrap
iulianbarbu a9c0bd5
proto/logger: differentiate between a fetched/stored log items
iulianbarbu 4c46e57
logger: simplify tests
iulianbarbu c813a61
runtime: removed tracing/otel dependencies
iulianbarbu 2411767
runtime: removed the tracing dependencies
iulianbarbu 3bae7ab
codegen: cleanup tracing layers and tests
iulianbarbu 9e0fb45
runtime/next: fix compilation
iulianbarbu fc255d6
logger: remove claim verification on store_logs
iulianbarbu b1ab984
logger: implemented from_stored for StoredLogItem convertion to Log
iulianbarbu 093e223
codegen: readd a missing import
iulianbarbu 35f737e
codegen: fix tests
iulianbarbu ceaa9ff
addressed P review
iulianbarbu 2659387
logger: removed integration test comment
iulianbarbu bf9c9b8
logger/tests: remove the DeploymentPush claim scope
iulianbarbu 5fb7053
address orhun feedback
iulianbarbu ae860f5
logger: fixed error message typo
iulianbarbu 67781d4
address Johan review
iulianbarbu 53e7369
logger/proto: remove dedup protobuf defs
iulianbarbu 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
codegen: fix tests
- Loading branch information
commit 35f737e64c83939379030ff6d974e91693269894
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be able to remove these deps from shuttle-runtime too, which should be a nice compile time win for users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, and the tests here need to be updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. I actually removed the custom tracing layer injection. We'll have to follow up with a subscriber here if we want to structure the pre-user code logs or filter them. We'll probably want to set up some filtering within the business logic of the codegen, but still TBD.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to add back a macro annotation for enabling a default tracing subscriber like the one we've been using thus far?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't for this PR. We will track though this discussion separately in a ticket.