aws / aws-xray-daemon

The AWS X-Ray daemon listens for traffic on UDP port 2000, gathers raw segment data, and relays it to the AWS X-Ray API.
Apache License 2.0
190 stars 68 forks source link

Xray Daemon not sending traces EKS #175

Open sriram0721 opened 2 years ago

sriram0721 commented 2 years ago

Hello,

We are trying to get application insights and observability using Xray and service lens. We have deployed Xray daemon set and configured application env with

We also have an nginx ingress controller which has a application loadbalancer deployed for proxy and loadbalancing. However we dont see any traces on xray console. Is there anything i'm missing

wangzlei commented 2 years ago

Hi,

The configuration of application looks no problem. Could you check daemon log? If there are logs like Successfully sent batch of:

2022-09-12T22:18:47Z [Info] Successfully sent batch of 1 segments (0.012 seconds)

It means XRay daemon does not receive data from xray SDK. Then we can check whether XRay SDK in your application has problem.