Questions tagged [aws-xray]

AWS X-Ray allows developers to analyze the behavior of distributed applications by providing request tracing, exception collection, and profiling capabilities.

Documentation: https://aws.amazon.com/documentation/xray/

371 questions
0
votes
1 answer

Using aws xray with apache

My understanding on aws xray is, xray is similar to dynatrace and I am trying to use xray for monitoring apache performance. I do not see any document related to xray with apache except…
keeplearning
  • 113
  • 1
  • 9
0
votes
1 answer

AWS X-ray open 'AWSXRay.log' at Error

We are testing AWS XRay with basic nodejs config as per the XRay getting started, however an error is being thrown. Its a dummy express app, Lambda on Node 4.3, so should work. The error is Error: EROFS: read-only file system, open 'AWSXRay.log' at…
David Gildea
  • 153
  • 1
  • 7
0
votes
0 answers

AWS X-Ray w/ HAPI - No logs in Console

Trying out AWS new service X-RAY for my microservice deployment on Kubernetes on EC2. Here are the logs I am seeing: root@internal-reporting-test-1680758663-3gweh:/usr/src/app# cat AWSXRay.log 2016-12-06 04:36:23.5840 +00:00 [INFO] UDP message…
morissette
  • 1,071
  • 1
  • 8
  • 29
-1
votes
0 answers

How to resolve AWS Cloudwatch not loading?

CloudWatch Error I got an error while accessing AWS Cloudwatch, it shows like the picture, anyone knows why ?
-1
votes
1 answer

Java code with CloudWatch or XRAY or IOT analytics?

New to AWS, I am writing a code for IDE in java so its desktop based application. I am trying to log some events in the application and I want it to be logged on cloud server. So, basically trying different services of aws. Tried for cloud watch,…
swapnil gandhi
  • 816
  • 1
  • 20
  • 38
-1
votes
1 answer

How is the application affected by the Sampling rate in AWS XRay?

In the AWS Xray documentation it is mentioned that the sdk applies sampling to the requests. Now I want to implement distributed logging such that any request that comes in to the system can be tracked by using the X-Amzn-Trace-Id or some…
Umer
  • 159
  • 4
  • 15
-1
votes
2 answers

Python not able to find modules

I have a lambda function and I am using aws_lambda_powertools in it. Lambda function project structure is like below- source->Folder - handler.py libs - aws-lambda-powertools - aws-xray-sdk - other libs which aws-lambda-powertools…
Knot
  • 141
  • 13
-1
votes
1 answer

java lambda don't write on aws x-ray

i try write on aws x-ray but, don't do it. Subsegment subsegment = AWSXRay.beginSubsegment("Obtene documento de s3"); subsegment.addPrecursorId("descarga de documento"); FilePdf pdf = new FilePdf(System.getenv().get("AccesKey"),…
alejandro correa
  • 157
  • 2
  • 12
-1
votes
1 answer

Change 127.0.0.1 to 0.0.0.0 for a AWS Service

Installed AWS x-ray on a ec2 instance. Its listening on 127.0.0.1:port number. I want to make it listen to the open traffic(0.0.0.0) Can we do that?
Bharat
  • 65
  • 1
  • 6
-2
votes
1 answer

Integrate AWS XRay HttpClientBuilder with Spring Webclient

I am using Spring Webclient for my microservices for external calls. I am trying to Integrate AWS XRay in our microservices. But to get the traces of Outgoing HTTP calls in xray, I have to use XRay HttpClientBuilder. Is there any way i can integrate…
Manav
  • 1
  • 2
-3
votes
1 answer

looking for example to instrument Javascript/Angular client with AWS XRay

We are trying to instrument angular/Javascript browser-side/client-side with Aws XRay, can someone provide me an example or point to a reference.
Reddy
  • 1
1 2 3
24
25