Skip to content

If you open an OTLP receiver in port 4317, another one is opened on port 55680 #2565

@mirath

Description

@mirath

if r.cfg.GRPC.NetAddr.Endpoint == defaultGRPCEndpoint {

Currently if you open an OTLP receiver on port 4317, the code is wired to open an extra one in 55680.

I guess that this was meant as a legacy or backwards compatible feature, but it can trip setups that trying to use 55680 for other uses (it tripped me up while I was doing a proof of concept).

In general I think this is very unintuitive behaviour that is rather tricky to debug.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions