namshi/docker-aws-xray-daemon

Name: docker-aws-xray-daemon

Owner: Namshi

Description: AWS X-Ray daemon image

Created: 2017-02-06 15:43:15.0

Updated: 2018-04-26 20:47:13.0

Pushed: 2017-05-22 09:57:33.0

Homepage:

Size: 2

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

AWS X-Ray Daemon

This is aws x-ray daemon which runs in a container. This eliminates the need for running the daemon in every docker container.

Requirement
Running in ec2 environment with iam instance role
er run -d -p 2000/udp:2000/udp \
me aws-xray namshi/aws-xray:latest
Running in non-ec2 environment or ec2 environment without iam instance role
er run -d -p 2000/udp:2000/udp \
WS_ACCESS_KEY_ID=aws_access_key \
WS_SECRET_ACCESS_KEY=aws_secret_key \
WS_REGION=aws_region \
me aws-xray namshi/aws-xray --local-mode
Sending metrics from another container to the x-ray daemon container
er run -d --link aws-xray \
WS_XRAY_TRACING_NAME=myapp
WS_XRAY_DAEMON_ADDRESS=
WS_XRAY_DEBUG_MODE="true"
g/myapp:latest
Guide on AWS X-Ray for Java

http://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-java.html

Guide on AWS X-Ray for Node.js

http://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-nodejs.html

Guide on AWS X-Ray for .NET

http://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-dotnet.html


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.