Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using New Relic with Meteor

I am interested in incorporating New Relic's app monitoring capabilities in Meteor. Has anyone had experience using New Relic with Meteor and if so, how do you integrate the two?

like image 794
HGandhi Avatar asked Dec 01 '25 08:12

HGandhi


1 Answers

With the node.js agent being in beta, there's no specific instrumentation for Meteor. This is why you don't see defined web transactions as "Meteor specific."

External service requests are also a work in progress and probably not going to behave the way you expect.

like image 90
Scalayer Avatar answered Dec 04 '25 12:12

Scalayer