fix(diagnostics-otel): route OTLP exports through env proxy

* fix(diagnostics-otel): route OTLP exports through env proxy

* fix(diagnostics-otel): harden OTLP proxy agent options

* fix(ci): refresh rebased gateway checks

* fix(ci): avoid proxy boundary scan
This commit is contained in:
Jesse Merhi
2026-07-06 22:52:22 +10:00
committed by GitHub
parent 876ab9bb0b
commit 5cd71db85e
10 changed files with 546 additions and 74 deletions

View File

@@ -179,7 +179,6 @@ export async function runGatewayLoop(params: {
};
const reacquireLockForInProcessRestart = async (): Promise<boolean> => {
try {
startupStartedAt = Date.now();
lock = await acquireGatewayLock({ port: params.lockPort });
return true;
} catch (err) {