Skip to content

This repository contains an integration for New Relic

Notifications You must be signed in to change notification settings

paperbits/paperbits-newrelic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Relic integration for Paperbits

This repository contains an integration with New Relic (https://newrelic.com) - an observability platform built to help engineers create more perfect software. From monoliths to serverless, you can instrument everything, then analyze, troubleshoot, and optimize your entire software stack. All from one place.

Join the chat at https://gitter.im/paperbits/discussions

Installation

npm i @paperbits/newrelic --save

Usage

Add imports and registration to startup.publish.ts file of your project:

import { NewrelicPublishModule } from "@paperbits/newrelic";
injector.bindModule(new NewrelicPublishModule());

Add NewRelic integration settings to your application data:

{
    "settings": {
        "integration": {
            "newrelic": {
                "licenseKey": "NRJS-XXXXXXXXXXXXXXXXXXX",
                "appId": "XXXXXXXXX",
                "accountId": "XXXXXXX"
            }
        }
    }
}

License

Use of this source code is governed by an MIT-style license that can be found in the LICENSE file and at https://paperbits.io/license/mit.

2020 (c) Copyright Paperbits. All Rights Reserved.

About

This repository contains an integration for New Relic

Topics

Resources

Stars

Watchers

Forks