Debug host-local agent-proxy OTLP export to SigNoz #439
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure#439
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Local runtime verification on
kais-macbook-pro-2showsagent-proxyis up and serving, but its OTLP traces are not arriving in the host-local SigNoz backend.Evidence
ward exec ansible-sync local=1 tags=signoz,agent-proxyconverged cleanly on 2026-07-02.curl -fsS http://127.0.0.1:8082/healthzreturned{"status":"ok"}.curl -fsS http://127.0.0.1:8082/v1/modelsreturned the expected logical model list.~/.config/agent-proxy/.envcontainsPROXY_OTEL_EXPORTER_OTLP_ENDPOINT=http://host.docker.internal:4318.agent-proxycontainer through the app's ownapp.obsOTel setup produced repeatedRemoteDisconnected('Remote end closed connection without response')export failures.signoz_traces.signoz_index_v3(max(timestamp)is the zero epoch).Notes
http://host.docker.internal:4318/v1/traces.4043116is green, so this is a runtime-path bug, not a repo validation failure.