Skip to content

Default metrics port is in ip_local_port_range #735

@squeed

Description

@squeed

The default metrics port of 60000 is in the ip_local_port_range, which means it can collide with TCP connections:

[root@test1-master-0 core]# sysctl net.ipv4.ip_local_port_range
net.ipv4.ip_local_port_range = 32768    60999

It is best practice not to listen in that range, as you can collide with existing tcp outgoing connections.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions