-
Notifications
You must be signed in to change notification settings - Fork 965
Add Advanced Processing to Logs Supplementary Guidelines #4407
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
Merged
+224
−0
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
0e1e016
Add Complex Processing to Logs Supplementary Guidelines
pellared c471e42
Content
pellared eebacd3
Remove unecessary
pellared e653f24
More use cases
pellared 8ca7841
Add changelog entry
pellared dd9c867
Merge branch 'main' into complex-log-processing
pellared 75d9aa2
markdownlint: inline ignore no-hard-tabs
pellared a5b4dd7
Merge branch 'main' into complex-log-processing
pellared fa01c47
Update supplementary-guidelines.md
pellared 5c96c61
Update specification/logs/supplementary-guidelines.md
pellared f1145c7
Update supplementary-guidelines.md
pellared 545dc53
Address feedback
pellared b2a2459
Merge branch 'main' into complex-log-processing
pellared b7d5f07
Add note
pellared 3add16d
Make the Go snippets to compile
pellared 98224d0
Add RedactTokensProcessor
pellared 5595830
Add setup example
pellared fd89f0b
Add comments
pellared 83aef47
Fix language
pellared 99d0264
Fixes
pellared 67a20a1
TOC
pellared a277f52
Fix hyperlink
pellared f639627
Update supplementary-guidelines.md
pellared 774e4eb
Update specification/logs/supplementary-guidelines.md
pellared b6fb700
Handle SeverityUndefined
pellared 764a7cc
Merge branch 'main' into complex-log-processing
pellared 834cc21
Merge branch 'main' into complex-log-processing
pellared 0790167
Apply suggestions from code review
pellared ff92b75
Update supplementary-guidelines.md
pellared b2fdbc0
Update specification/logs/sdk.md
pellared 97ebca3
Update supplementary-guidelines.md
pellared c4cc314
Update supplementary-guidelines.md
pellared 288f2b5
Update sdk.md
pellared e326c0c
Update supplementary-guidelines.md
pellared b5b83aa
Update supplementary-guidelines.md
pellared ece2df1
Merge branch 'main' into complex-log-processing
pellared 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
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
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
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 could be other scenarios such as aggregation (e.g. logs to metrics conversion), sampling, etc. Curious which scenarios do we want to cover vs. not?