otelconf: move experimental types to otelconf/x#8529
otelconf: move experimental types to otelconf/x#8529dmathieu merged 13 commits intoopen-telemetry:mainfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #8529 +/- ##
=======================================
+ Coverage 82.2% 83.5% +1.3%
=======================================
Files 183 192 +9
Lines 13920 15578 +1658
=======================================
+ Hits 11445 13015 +1570
- Misses 2067 2116 +49
- Partials 408 447 +39
🚀 New features to boost your workflow:
|
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. Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
15055af to
651d815
Compare
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
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