config: use OTEL_CONFIG_FILE instead of experimental variable#1901
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1901 +/- ##
============================================
- Coverage 68.35% 68.32% -0.04%
Complexity 3009 3009
============================================
Files 449 449
Lines 8798 8798
============================================
- Hits 6014 6011 -3
- Misses 2784 2787 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Fixes open-telemetry#1900 Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
69f8929 to
dafbdb6
Compare
|
Not sure if the failure is related to the change or not, doesn't look like it but i also don't have a strong understanding of php here :) |
|
On the spec change, |
it's a good question. i figured since it was experimental we could drop it altogether, but happy to do something else here. The go implementation returns a warning if the experimental value is set: |
Fixes #1900