-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
aws x-ray tracer configuration with hostname #27570
Comments
Like called out in aws/aws-app-mesh-roadmap#319 (comment) the only solution is to enhance x-ray extension to send traces to cluster defined in Envoy config. |
One of the possible workaround, if we are building solution in Amazon EKS + Istio could be usage of OpenTelemetry solution. But this for sure pretty long way to go. |
Is the plan to collect xray traces using otel-collector agent? |
The first one. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions. |
Hello guys,
Standard configuration works fine
But how to use configuration with a host name like this:
Error that happened with such config in EKS + Istio
warning envoy config gRPC config for type.googleapis.com/envoy.config.listener.v3.Listener rejected: Error adding/updating listener(s) 0.0.0.0_8080: malformed IP address: xray-service.amazon-cloudwatch.svc.cluster.local:2000
0.0.0.0_8443: malformed IP address: xray-service.amazon-cloudwatch.svc.cluster.local:2000
Related to
#10442
aws/aws-app-mesh-roadmap#319
The text was updated successfully, but these errors were encountered: