Skip to content

Releases: iFixit/otel-cicd-action

Add Http Support

17 Dec 18:03
b68903a
Compare
Choose a tag to compare
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.

Test Allowing HTTP Endpoints

16 Dec 20:12
b4ebde0
Compare
Choose a tag to compare
Pre-release
test

feat(trace): add http as additional trigger for isHttpEndpoint