modofun-trace-agent-plugin

1.0.0 • Public • Published

mod⭕️fun plugin for Google Stackdriver Trace

A plugin for the Google Stackdriver Trace agent to enable tracing of requests handled by modofun.

Build Status Coverage Status npm

Just add the following to the top of your Google Cloud Function:

require('@google-cloud/trace-agent').start({
    plugins: { 'modofun': 'modofun-trace-agent-plugin' }
  });

This will enable tracing of all requests on Stackdriver Trace.

Installation

$ npm install modofun-trace-agent-plugin

Or

$ yarn add modofun-trace-agent-plugin

Package Sidebar

Install

npm i modofun-trace-agent-plugin

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • fptavares