All Content tagged with AWS X-Ray
AWS X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture.
Content language: English
Select up to 5 tags to filter
Sort by most recent
I am trying to integrate my React application with XRay for application tracing. I created a Cognito Identity Pool, allowed access for unauthenticated users and attached a proper policy to allow...
Hello Team,
I have couple of questions w.r.t X-Ray filtering and Grouping.
Q1 : How do we forward the Traces to a predefined Trace Group ?
Description : I would like to know how do we group the...
Hi,
I am getting below error when trying to upload files in S3 bucket. I checked policies and updated them but still getting error.
```
2023-01-01T16:08:29.758+05:30
Jan 1 10:38:29 ip-172-31-40-199...
We have a build an application using mutiple aws services. The request from front end goes to API GW and then to Aggregator Lambda Function and then to Individual Data Based Lambda Function and then...
I have a Node.js app running in EC2 and have successfully launched the X-Ray collector using user data. The X-Ray service is getting the traces from the application (instrumented using the javascript...
Hi,
I need to stop Health Checks Traces on XRay, I am using OTEL Collector with AWSXrayExporter.
How do I achieve it, I don't see anything in the docs.
Thanks in advance.
How do you configure AWS OpenSearch to emit trace spans for e.g. Datadog APM or AWS X-Ray?
(Note this question is NOT about getting traces into OpenSearch.)
Hi,
I have Redis calls and have set the display names for these calls using options available in OpenTelemetry Instrumentation and have used the OTEL collector.
In XRay these Redis are coming up as...
I have set up an X-ray daemon on one of my ECS services as a sidecar by the following guide here https://docs.aws.amazon.com/xray/latest/devguide/xray-daemon-ecs.html
1) I have setup Xray daemon as...
Hi there,
I have Xray enabled in my NodeJs Express App with Graphql. I can see segments for other rest endpoints but the other query and mutation that goes through Graphql only `/graphql ` as the...
I am running a batch job that starts an EC2 instance and runs a Java application, and I am trying to generate X-Ray trace for the job. In my docker entrypoint I install X-Ray daemon and start...
How to filter Xray traces by subsegment time? I can use annotation to mark a particular segment of interest, but this would require rebuilding and a deploy. Since subsegment time data is already...