Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

smithclay/xray-collector-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xray-collector-node

This code turns AWS X-Ray Trace into New Relic Insights Events for analysis.

This is not an official New Relic project and not supported by New Relic. It is for demonstration purposes only.

image

Installation

This project uses Terraform to create the Lambda function and associated Cloudwatch rule.

To build the function deployment archive:

  $ make lambda

To create a plan:

  $ terraform plan

To commit the plan and create the Lambda functions:

  $ terraform apply

Usage

After running terraform, this function will automatically be invoked every collection_interval_mins minutes and collect up to five traces.

The data will then be available in New Relic Insights.

To do

  • [] Trace filtering
  • [] Collecting more traces (> 5, need to add pagination support).

About

AWS X-Ray Traces -> New Relic Insights Events

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published