gcp-trace-pubsub

1.1.0 • Public • Published

Welcome to GCP Trace PubSub 👋

Version

This library support Cloud Trace when using GCP Pubsub

Install

npm install --save gcp-trace-pubsub

Usage

Add plugin to cloud trace as follow:
        const tracer = require('@google-cloud/trace-agent').start({
            keyFilename: './app-service-account.json',
            plugins: {
                '@google-cloud/pubsub': 'gcp-trace-pubsub'
            }
        });

Author

👤 Tung Nguyen

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gcp-trace-pubsub

    Weekly Downloads

    0

    Version

    1.1.0

    License

    ISC

    Unpacked Size

    3.42 kB

    Total Files

    3

    Last publish

    Collaborators

    • tungcse1987