fix: Change otel env var#26390
Conversation
This comment has been minimized.
This comment has been minimized.
Greptile SummaryThis PR updates the OpenTelemetry configuration environment variable name from
Confidence Score: 5/5Safe to merge — the change is a straightforward one-line constant rename that aligns the codebase with a breaking upstream change in the otelconf library. Both code and documentation are updated consistently, no stale references to the old env var remain anywhere in the repo, and the fix directly unblocks users who would otherwise hit an error from the deprecated variable. No files require special attention. Important Files Changed
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #26390 +/- ##
==========================================
- Coverage 64.88% 64.87% -0.02%
==========================================
Files 890 874 -16
Lines 58583 57601 -982
==========================================
- Hits 38011 37367 -644
+ Misses 20572 20234 -338
🚀 New features to boost your workflow:
|
Description
Fixes otel env var initialization via otelconf.
In this patch they changed the production env var and deprecated the old one--it returns an error now.
Closes: #XXXX