/iopipe-agent-node

analytics for event-driven, "serverless" applications

Primary LanguageJavaScriptApache License 2.0Apache-2.0

IOpipe Analytics Agent

Gitter

This package provides analytics for event-driven, "serverless" applications.

Installation & usage

Installation is simple. Just require this module and it will automatically monitor and collect metrics from your application running on AWS Lambda, Google Cloud Functions, Azure, or any other "serverless" environment.

Example:

var ioipe_metrics = require("iopipe-agent-node")

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

License

Apache 2.0

Copyright 2016 IOpipe, Inc.