Skip to content

modofunjs/modofun-trace-agent-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mod:o: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

You can install it using npm:

$ npm install modofun-trace-agent-plugin

Or yarn:

$ yarn add modofun-trace-agent-plugin