Replies: 2 comments 1 reply
-
hi @BT-22! we aren't generally capable to answer/support questions related to specific monitoring backends (in this case X-Ray). copying @willarmiros who may be able to help redirect/answer in this particular case. |
Beta Was this translation helpful? Give feedback.
-
Hi @BT-22 - please see our translation docs to understand which OTel resource attributes are converted to those Generally speaking, the EKS resource detector should record at least these 3 attributes in each language it's implemented in, and if it doesn't that should be considered a bug and I would encourage you to open an issue on the repo where you see that missing behavior. |
Beta Was this translation helpful? Give feedback.
-
Hello, according to https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html#api-segmentdocuments-aws
However, in X-Ray trace JSON data, under
aws
it does not seem to have those 3 pieces of information undereks
Below https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/aws-resources/src/main/java/io/opentelemetry/contrib/aws/resource/EksResource.java#L67
It appears only
cloud.provider
andcloud.platform
are collected always.cluster name
andcontainer Id
are also collected but conditional.I do not see
pod name
.I'm wondering if under
aws
then undereks
is where I should expect to find pod name and container ID?Or I should expect finding them elsewhere?
Also, is there some configuration setting we need in order to see pod information in the X-Ray trace?
I only see
cloud.provider
andcloud.platform
in our traces...Thanks!
Beta Was this translation helpful? Give feedback.
All reactions