OptionalenabledWhether to enable the plugin.
OptionalmeasuredWhether 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.
OptionalproducerFilter applied to BullMQ producer operations (Queue.add, Queue.addBulk,
FlowProducer.add). Return false to skip span creation, trace context
injection, and DSM checkpoint handling for the matching job. Consumer-side
(Worker) instrumentation is unaffected.
Optionaldata?: unknownThe BullMQ job data.
Optionalname?: stringThe BullMQ job name.
Optionalopts?: unknownThe BullMQ job options.
OptionalqueueName?: stringThe name of the queue the job is being added to.
true to instrument the producer operation, false to skip it.
OptionalserviceThe service name to be used for this plugin.
This plugin automatically instruments the bullmq message queue library.