Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- New relic custom instrumentation #33

Merged
merged 1 commit into from
Jan 20, 2016
Merged

- New relic custom instrumentation #33

merged 1 commit into from
Jan 20, 2016

Conversation

jarpi
Copy link
Contributor

@jarpi jarpi commented Jan 20, 2016

  • Added event listeners to handle corbel-js request events
  • Added 'transaction' class to handle new relic metrics

@@ -6,6 +6,8 @@ var logger = require('../utils/composrLogger')
var config = require('./config')
var allowedVerbs = ['get', 'put', 'post', 'delete']
var ComposrError = require('./ComposrError')
var newrelic = require('newrelic');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No puedes cargar el paquete newrelic si la config dice que newrelic a false

module.exports = {
'addTransaction': newTransaction,
'addSegment': addSegment,
'getTransactionById': getTransaction,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No has corrido los tests después de crear este paquete

- Added event listeners to handle corbel-js request events
- Added 'transaction' class to handle new relic metrics
rafinskipg added a commit that referenced this pull request Jan 20, 2016
- New relic custom instrumentation
@rafinskipg rafinskipg merged commit 44498d9 into bq:master Jan 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants