Use New Relic Browser with kibana

Hi,

I need to trace JS metrics with new relic of my kibana.

To do that, i use de Node.js agent to trace server side metrics, and now i need send to browser a custom header, how explain that guide.

I try to use the express and jade solution adding:

var newrelic = require('newrelic');
[...]
app.locals.newrelic = newrelic;

in app.js; and:

!= newrelic.getBrowserTimingHeader()

in views/layout.jade. But it doesn't work,

Can you help me?

Thanks!

Juan Cruz

Hi Juan,

What version of Kibana are you using? A developer suggested following the hapi guide instead
https://docs.newrelic.com/docs/agents/nodejs-agent/supported-features/page-load-timing-nodejs#example-hapijs

Thanks,
Lee

Hi lee,

thanks for your answer.

i use kibana 4.0.0, and this version of kibana dont use hapijs, use express. And i cant update kibana version, because the elastic search that consume is incompatible

Thanks,

Juan Cruz

Hi Juan,

Can you be more specific on the steps you're following and what happens? Is there any error messages?

Thanks,
Lee