-
Hello, when using Our Istio ingress gateway log also indicates the forwarding of header The service uses While the gRPC call executes successfully, we don't have an X-Ray trace:
As you can see in the log message, the We read and log If the gRPC call is not the very first call, but invoked by another service, in our It's the same EKS and the same service pods that are behind both the
FWIW: In a simplified setup, I run both the service with aws otel agent, and run aws otel collector locally on a PC, without ALB or Istio. Which makes me wonder is there something I'm missing in using the aws otel agent? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can ask questions about AWS distro of otel agent at https://github.com/aws-observability/aws-otel-java-instrumentation If you believe this is an issue in the otel agent then please provide a minimal application that reproduces your issue without aws specific stuff. |
Beta Was this translation helpful? Give feedback.
You can ask questions about AWS distro of otel agent at https://github.com/aws-observability/aws-otel-java-instrumentation If you believe this is an issue in the otel agent then please provide a minimal application that reproduces your issue without aws specific stuff.