-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 XRay extension doesn't send traces #28610
Comments
/cc @Ladicek, @brunobat, @radcortez |
You added a link to a Zulip discussion, please make sure the description of the issue is comprehensive and doesn't require accessing Zulip.
|
Also having the same issue |
I've tried to reproduce the issue by running the reproducers. I believe that everything is working as intended. If you use https://github.com/patriot1burke/xray-demo, the configuration is missing the We can observe the subsegment generated in the tracing log. When using your reproducer with the Lambda function, I was also able to observe AWS resources being called: I get an error invoking the service, but this is expected since I don't have an SSM, but I think it doesn't matter since we can observe the call to that AWS service. |
Closing due to no response back and unable to reproduce. |
Describe the bug
XRay traces are not mapped between nodes. This has previously been an issue. Using @patriot1burke's xray-demo provided in that issue, you can easily deploy it and see that no xray traces are generated for the subsegments. In addition to that I have created a
reproducer that uses a lambda, rather than an api endpoint, that demonstrates that automatic instrumentation showing traces between applications does not work.
Expected behavior
I expect viewing a service map in AWS
to display the full map of services called rather than only the quarkus app itself.
Actual behavior
For quarkus apps, we only see a single node, no dependencies.
How to Reproduce?
Using @patriot1burke's xray-demo
mvn clean install -Dquarkus.native.container-build=true -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-native-image:22.1.0-java17
sam deploy -t sam.native.yaml -g
reproducer
mvn clean install -Dquarkus.native.container-build=true -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-native-image:22.1.0-java17
sam deploy -t sam.native.yaml -g
Output of
uname -a
orver
Darwin MacBook-Pro.local 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:17:10 PDT 2022; root:xnu-8020.140.49~2/RELEASE_X86_64 x86_64
Output of
java -version
openjdk version "17.0.3" 2022-04-19 OpenJDK Runtime Environment GraalVM CE 22.1.0 (build 17.0.3+7-jvmci-22.1-b06) OpenJDK 64-Bit Server VM GraalVM CE 22.1.0 (build 17.0.3+7-jvmci-22.1-b06, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.13.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /Users/tyler/.asdf/installs/maven/3.8.6 Java version: 17.0.3, vendor: GraalVM Community, runtime: /Users/tyler/.asdf/installs/java/graalvm-22.1.0+java17 Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "12.6", arch: "x86_64", family: "mac"
Additional information
https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/aws.20xray
The text was updated successfully, but these errors were encountered: