Replies: 2 comments 1 reply
-
share your compose file |
Beta Was this translation helpful? Give feedback.
-
Sure, its just the basic one you provided with your project: networks: volumes: services: Enhanced Dashboard Backend with OTLP supportbackend:
Dashboard Frontendfrontend: MaxMind GeoLite2 database updatermaxmind-updater: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
OTLP_ENABLED is set to true, the traefik container is able to rearch the backend, however the traefik log shows connection refused messages. Inside of the backend container, the ports does not seem to be routed.
{"time":"2025-08-08T07:51:58Z","caller":"log/log.go:245","level":"debug","message":"2025/08/08 07:51:58 handler.go:30: traces export: Post "http://backend:4318/v1/traces\": dial tcp 172.25.0.3:4318: connect: connection refused"}
Inside the backend container:
~ # nc -vz 127.0.0.1 4318 || true
~ # nc -vz 127.0.0.1 4317 || true
~ # nc -vz 127.0.0.1 3001 || true
127.0.0.1 (127.0.0.1:3001) open
curl http://localhost:3001/api/otlp/status results in: 404 page not found
Beta Was this translation helpful? Give feedback.
All reactions