https://github.com/actionhero/ah-newrelic-plugin
use newrelic within actionhero
https://github.com/actionhero/ah-newrelic-plugin
Last synced: 6 months ago
JSON representation
use newrelic within actionhero
- Host: GitHub
- URL: https://github.com/actionhero/ah-newrelic-plugin
- Owner: actionhero
- Created: 2014-03-20T18:54:15.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T03:37:40.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T23:24:40.698Z (about 2 years ago)
- Language: JavaScript
- Size: 226 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ActionHero Transactions for New Relic
## Notes
- install `npm install --save ah-newrelic-plugin`
- add `{'ah-newrelic-plugin': { path: __dirname + '/../node_modules/ah-newrelic-plugin' }` to your `config/plugins.js`
- be sure to enable the plugin within actionhero using ENV variables (https://github.com/newrelic/node-newrelic#configuring-the-module)
- you will need to add the newrelic package (`npm install newrelic --save`) to your package.json