Interface google_cloud_pubsub

This plugin automatically instruments the @google-cloud/pubsub module.

interface google_cloud_pubsub {
    enabled?: boolean;
    service?: any;
}

Hierarchy

  • Integration
    • google_cloud_pubsub

Properties

Properties

enabled?: boolean

Whether to enable the plugin.

Default

true
service?: any

The service name to be used for this plugin.

Generated using TypeDoc