aws-samples / aws-xray-sdk-node-sample

The official sample app for the AWS X-Ray SDK for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X-Ray SDK for Node.js Sample App

This repository contains a sample web app built using express.js and instrumented with the X-Ray SDK for Node.js. It is intended to demonstrate the tracing capabilities of the SDK by running a local website that makes a variety of downstream requests. An HTTP downstream request, AWS SDK request, and MySQL query are demonstrated in the app.

Prerequisites

Set Up

  1. Clone this repo to your local machine
  2. Navigate into the repository
  3. Run npm install
  4. Run node index.js to run the webapp on localhost
  5. Go to localhost:3000 in your browser of choice, and play around with the sample app!

NOTE: the sample app uses the us-west-2 region by default, but you can override that by setting the AWS_DEFAULT_REGION environment variable.

Setting up MySQL Tracing Demo

These steps are only necessary if you'd like to see the MySQL demo in the sample app. If you already have a MySQL environment set up, you can skip to step 4.

  1. Set up a MySQL server
  2. Follow this tutorial to create a MySQL database
  3. Follow this tutorial to create a table in that database
  4. Populate mysql-config.json with the required information
  5. Go to the sample app in your browser to experience the MySQL tracing demo!

Getting Help

Please consult the official AWS Documentation for general questions about the X-Ray SDK for Node.js, and the API reference for implementation-specific questions. If you notice an issue with this sample app, please open an issue. If you notice an issue with the SDK itself, please open an issue in its repository.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

The official sample app for the AWS X-Ray SDK for Node.js

License:MIT No Attribution


Languages

Language:JavaScript 77.6%Language:HTML 22.4%