Skip to content

Fails to connect to open-telemetry in devel mode and tests show a lot of warnings #6785

@pcrespov

Description

@pcrespov

webserver cannot connect to open telemetry in devel mode

  1. build and deploy stack in devel mode
make clean
make build-devel-nc
make up-devel
  1. open portainer and check web-server logs. It fails constantly with
requests.exceptions.ConnectionError: HTTPConnectionPool(host='opentelemetry-collector', port=80): Max retries exceeded with url: /:4318/v1/traces (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x72589695ead0>: Failed to establish a new connection: [Errno 111] Connection refused'))

I guess the endpoints in the .env-devel are not correct?
image
I expect the .env-devel to work as-is for the stack when deployed in devel mode

Metadata

Metadata

Labels

a:webserverwebserver's codebase. Assigning the area is particularly useful for bugsbugbuggy, it does not work as expectedt:maintenanceSome planned maintenance work

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions