Interface azure_service_bus

This plugin automatically instruments the @azure/service-bus module

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

Hierarchy

  • Integration
    • azure_service_bus

Properties

Properties

enabled?: boolean

Whether to enable the plugin.

Default

true
service?: any

The service name to be used for this plugin.