Xray for Desktop bases exe and Web base application

0

Dear Gurus, I need your kind support to resolve issue which i am facing with respect to architecture.

I have one App Server in which i have desktop base exe installed and user use it by running on there desktop. I have one Web Server in which i am running IIS and user use it on there browsers. I have one Database Server (MSSQL) which is connected with the App and Web.

All Three are installed in EC2. How can i get the application detail from XRAY ? What Should i do ? Should i only install the AWS X-Ray daemon and that's it or do i have to do some configuration on APP + WEB + DB to collect the traces.

Your kind support will save my time, thanks in advance.

Regards Malik Adeel Imtiaz

imtiaza
asked a year ago260 views
1 Answer
1

You need to instrument your application to produce the telemetry data and then use an agent to send this data to AWS X-Ray for visualization. We recommend using AWS Distro for OpenTelemetry (ADOT) for instrumentations. Please refer to this link to get started: https://aws-otel.github.io/docs/introduction

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions