Using xray for EKS service analysis - where is my stuff?

0

Ive installed opentelemetry, cloudwatch agent and fluentbit into my EKS cluster. My golang services are sending traces, events and errors but when I go to cloudwatch/xray all of my services are labeled "client" and I don't see any way to get to events or errors.

Is there metadata I need to set in the trace(s)? Is opentelemetry setup incorrectly? Am I looking in the wrong place / missing the obvious? Is this all handled via EventBridge?

asked 4 months ago241 views
1 Answer
0

It could be a IAM permissions issue . Have you assigned you service roles to access XRay and CloudWatch ?

answered 4 months ago
  • Interesting point. I enabled both. Where would I look for events/errors?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions