feat(otlp-grpc-exporters): Add support for Unix domain socket endpoints. - #3853
Merged
Conversation
llc1123
marked this pull request as ready for review
June 2, 2023 09:35
llc1123
force-pushed
the
feat/otlp-grpc-uds
branch
from
June 2, 2023 09:36
95a1b2d to
e4aaa25
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3853 +/- ##
=======================================
Coverage 92.88% 92.88%
=======================================
Files 297 297
Lines 8836 8838 +2
Branches 1814 1815 +1
=======================================
+ Hits 8207 8209 +2
Misses 629 629
|
llc1123
force-pushed
the
feat/otlp-grpc-uds
branch
from
June 2, 2023 09:47
e4aaa25 to
a0e209b
Compare
llc1123
force-pushed
the
feat/otlp-grpc-uds
branch
from
June 2, 2023 15:55
51ba19d to
9aa3643
Compare
6 tasks
legendecas
approved these changes
Jun 10, 2023
svetlanabrennan
approved these changes
Jun 14, 2023
pichlermarc
added a commit
to dynatrace-oss-contrib/opentelemetry-js
that referenced
this pull request
Jun 26, 2023
…ts. (open-telemetry#3853) * feat(otlp-grpc-exporter-base): add support for unix domain socket * test(otlp-grpc-exporter): add tests * chore(docs): update docs and changelog * fix: skip UDS tests on windows * Update CHANGELOG.md * fix: add protocol to http test urls * fix: update tests --------- Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com> Co-authored-by: Chengzhong Wu <legendecas@gmail.com>
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.
Short description of the changes
Currently the OTLP gRPC exporters only support http endpoints. This PR adds support for UDS endpoints.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: