Configuration for individual services to enable/disable them. Message
queue services can also configure the producer and consumer individually
by passing an object with a producer
and consumer
properties. The
list of valid service keys is in the service-specific section of
https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html
Optional
batchWhether to inject all messages during batch AWS SQS, Kinesis, and SNS send operations. Normal behavior is to inject the first message in batch send operations.
false
Optional
enabledWhether to enable the plugin.
true
Optional
hooksHooks to run before spans are finished.
Optional
measuredWhether to measure the span. Can also be set to a key-value pair with span names as keys and booleans as values for more granular control.
Optional
serviceThe service name to be used for this plugin.
Optional
splitWhether to add a suffix to the service name so that each AWS service has its own service name.
true
Generated using TypeDoc
This plugin automatically instruments the aws-sdk module.