Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xray Daemon not sending traces EKS #175

Open
sriram0721 opened this issue Aug 30, 2022 · 1 comment
Open

Xray Daemon not sending traces EKS #175

sriram0721 opened this issue Aug 30, 2022 · 1 comment

Comments

@sriram0721
Copy link

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
- name: AWS_XRAY_DAEMON_ADDRESS
value: xray-service.amazon-cloudwatch:2000
- name: AWS_XRAY_CONTEXT_MISSING
value: LOG_ERROR.

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
Copy link
Contributor

wangzlei commented Sep 12, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants