New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iopipe

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iopipe

IOpipe Lambda Analytics & Tracing Agent

  • 0.0.11
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
57
increased by338.46%
Maintainers
1
Weekly downloads
 
Created
Source

IOpipe Analytics & Distributed Tracing Agent

Gitter

This package provides analytics and distributed tracing for event-driven applications running on AWS Lambda.

Installation & usage

Installation is simple. Just require this module with your client id (register for access) and it will automatically monitor and collect metrics from your application running on AWS Lambda.

Example:

var iopipe = require("iopipe")({ clientId: "YOUR_ID"})

exports.handle = iopipe(
  function (event, context) {
    context.succeed("This is my serverless function!")
  }
)

Data reported

The following is provided to IOpipe:

  • function_id (a hashed identifier of the function)
  • client_id (your client id, common among all your functions)
  • errors
  • events (custom events sent via .emit('event', [data])
  • time_sec_nanosec (execution time: [secs, nanosecs])
  • time_sec (execution time: secs)
  • time_nanosec (execution time: nanosecs)

License

Apache 2.0

Keywords

FAQs

Package last updated on 20 Jul 2016

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