[WIP] Basic support for OTTL in transform processor#2806
Draft
albertlockett wants to merge 5 commits intoopen-telemetry:mainfrom
Draft
[WIP] Basic support for OTTL in transform processor#2806albertlockett wants to merge 5 commits intoopen-telemetry:mainfrom
albertlockett wants to merge 5 commits intoopen-telemetry:mainfrom
Conversation
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (46.22%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #2806 +/- ##
==========================================
- Coverage 86.04% 86.01% -0.04%
==========================================
Files 704 706 +2
Lines 263905 264102 +197
==========================================
+ Hits 227085 227160 +75
- Misses 36296 36418 +122
Partials 524 524
🚀 New features to boost your workflow:
|
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.
Status: Work in progress TODO:
Also #2797 can merge first and I'll fix the conflicts on this PR after it is merged.
Change Summary
Adds very basic support for OTTL in the transform processor. All it is currently capably of is setting the value of some field to a literal. Example:
There is still quite a lot of work to do in the OTTL Parser & Query-Engine support additional capabilities.
What issue does this PR close?
How are these changes tested?
Unit
Are there any user-facing changes?
Yes - OTTL configuration is now available in transform processor.