Debug host-local agent-proxy OTLP export to SigNoz #439
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
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…
Add table
Add a link
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.