Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

newrelic-node

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

newrelic-node

Logger para newrelic

  • 0.0.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Agente de newrelic para node.

Instalación npm install newrelic-node

Configuración Editar el archivo newrelic/newrelic.yml con la license_key y app_name de la aplicación correspondiente.

Uso: var newrelic = require( "newrelic-node" ); newrelic.log({timespent:5000, path:"/test", httpStatus:500, httpMethod:"GET"});

o var newrelic = require( "newrelic-node" ); newrelic.log(request, responsse, timespent);

Requisitos: JAVA 1.6

Como funciona? Como newrelic no tiene soporte nativo para nodejs, lo que hace el modulo es levantar un proceso java que usa la api de newrelic para loguear las transacciones. El proceso java usa MINA para escuchar en un socket y del lado de nodejs se envia las metricas por ese socket

Herramientas usadas: Mina (mina.apache.org)

FAQs

Package last updated on 04 Jun 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc