Skip to content

Semantic convention for Multicast and Broadcast IP is missing #2460

Description

@sirzooro

What are you trying to achieve?
My application uses multicast IP communication. On sender side I can report target multicast IP address in existing net.peer.ip attribute. However on receiver side I have two IP addresses: sender IP and multicast IP address (latter one obtained using IP_PKTINFO socket option). Sender IP can be reported in net.peer.ip, but there is no separate attribute which could be used for multicast IP.

Similar issue exists for UDP Broadcast, where packets are sent to broadcast addresses.

Please define new attibute(s) for this purpose, e.g. net.multicast.ip and net.broadcast.ip. Alternatively you can define one generic one net.group.ip. Please also clarify how sender should report target IP address - by using old net.peer.ip attribute only, new one only or both.

Metadata

Metadata

Assignees

Labels

spec:traceRelated to the specification/trace directory

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions