Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.46 KB

File metadata and controls

29 lines (22 loc) · 1.46 KB

New Relic Experimental header

newrelic-serverless-github-webhook

Function to move GitHub webhook events to NRDB using the Insights Collector endpoint.

Usage

# if you don't have serverless installed
npm install -g serverless
git clone https://github.com/newrelic-experimental/newrelic-serverless-github-webhook.git
cd newrelic-serverless-github-webhook/github-to-newrelic
npm install
serverless deploy

You'll need to configure the following fields in your serverless environment

Querying the Data

  • Login to New Relic One
  • Open the Chart Builder
  • Query the chosen event type (default: SELECT * from GithubEvent)