Reputation: 9522
I implemented a simple tracker in node.js. Directly on socket connection I respond with a transparent gif. This results in a web transaction response time of 1-2 sec. After this I process the data, validate, store it in the database and so on.
I'd like to analyze with new relic how long the actual processing takes, how many async db queries run in parallel and if any errors occur during processing. Is it possible to track this with new relic?
Upvotes: 0
Views: 664
Reputation: 126
I work for New Relic, yes it is possible to monitor this application with our Node agent. Give it a go and let us know if you need any help.
Upvotes: 1