otelconf: move experimental types to otelconf/x#8529
otelconf: move experimental types to otelconf/x#8529codeboten wants to merge 13 commits intoopen-telemetry:mainfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #8529 +/- ##
=======================================
+ Coverage 82.1% 83.4% +1.2%
=======================================
Files 182 191 +9
Lines 13756 15416 +1660
=======================================
+ Hits 11304 12863 +1559
- Misses 2049 2110 +61
- Partials 403 443 +40
🚀 New features to boost your workflow:
|
The otelconf package now only includes the subset of features that are stable in the configuration schema. The package otelconf/x must be used for anyone looking to utilize experimental types. Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
0ba945c to
561b4d7
Compare
|
Note to reviewers: the PR contains a lot of code, most of it is duplicated code. The |
|
Is there any way to see the parts that are new compared to the base otelconf? Or at least a way to search for them so I can pay more attention there |
The changes in |
|
I see. So all of the added lines of code are a copy without modification (besides being in a new module). |
| @@ -0,0 +1,69 @@ | |||
| #!/bin/sed -f | |||
There was a problem hiding this comment.
Is this leftover from when you generated the /x package, or is this something that we are going to use going forward to manage the differences between otelconf and otelconf/x?
There was a problem hiding this comment.
This will be used moving forward, it works for now, open to suggestions to improve the flow here
The otelconf package now only includes the subset of features that are
stable in the configuration schema. The package otelconf/x must be used
for anyone looking to utilize experimental types.
Follow up to #8505
Fixes #8203