forked from corentinmusard/otel-cicd-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(trace): support http as a trigger for isHttpEndpoint
Extend isHttpEndpoint to allow `http` in addition to `https`. This is particularly useful when the OTEL Collector resides within the same VPC as self-hosted GitHub runners or ARC runners. As such, traces can be sent directly to the OTEL Collector without exposing it to the public internet. This also avoids unnecessary network overhead as the traces do not need to be sent to the public internet to then be sent back to the internal network.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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