mfotl.span_processor
Specifies the list of span processors to configure.
Syntax:
mfotl.span_processor=<span-processor-list>
Parameters:
- span-processor-list
- Specifies a list of comma or space separated span processor names. These are user-specified names, such as
MyBatchProcessor1.Only the span processors listed in the
mfotl.span_processorentry will be configured when processing the configuration file. All such span processors will be active at the same time during execution of the application.Click here for more information.
Example:
mfotl.span_processor=processor1,batch_processor2