Releases: iFixit/otel-cicd-action
Releases · iFixit/otel-cicd-action
Add Http Support
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
test feat(trace): add http as additional trigger for isHttpEndpoint