docs(otlp): document HTTP/protobuf insecure env vars - #8037
Merged
pellared merged 3 commits intoMar 11, 2026
Conversation
Signed-off-by: Marc Schäfer <git@marcschaeferger.de>
marcschaeferger
requested review from
MrAlias,
XSAM,
dashpole,
dmathieu,
flc1125 and
pellared
as code owners
March 10, 2026 18:22
dashpole
approved these changes
Mar 10, 2026
pellared
approved these changes
Mar 10, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8037 +/- ##
=====================================
Coverage 81.6% 81.6%
=====================================
Files 304 304
Lines 23429 23429
=====================================
+ Hits 19133 19136 +3
+ Misses 3908 3905 -3
Partials 388 388 🚀 New features to boost your workflow:
|
MrAlias
approved these changes
Mar 10, 2026
flc1125
approved these changes
Mar 11, 2026
dmathieu
approved these changes
Mar 11, 2026
Member
|
@marcschaeferger, thank you for your contribution. |
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.
This updates the package documentation for:
to document the already-supported OTEL_EXPORTER_OTLP_INSECURE and signal-specific *_INSECURE environment variables.
closes #7614
First Contribution. I read the CONTRIBUTING.md and CODE_OF_CONDUCT.md thoroughly
I did run make precommit anyway even if its just a small additional documentation. For my understand i don't need to update the Changelog, if i do need, let me know.