我正在尝试将数据写入awsxrayreceiver.数据来自跟踪段。
以下是我所做的步骤:
[]byte发送跟踪段文档但是我在发送数据时遇到了一些错误。UDP端口已经可以访问。
{"kind": "receiver", "name": "awsxray", "pipeline": "traces", "error": "unable to split incoming data as header and segment, incoming bytes: [88]"}
{"kind": "receiver", "name": "awsxray", "pipeline": "traces", "error": "read from UDP socket: read udp [::]:2000: use of closed network connection"}甚至试图检查连接是否成功。
nc -vzu ip_address 2000
Result: Connection to ip_address 2000 port [udp/*] succeeded!我在做什么有什么问题吗?
https://stackoverflow.com/questions/74109434
复制相似问题