Skip to content

rename MultiSpanProcessor to SynchronousMultiSpanProcessor #622

@toumorokoshi

Description

@toumorokoshi

There's multiple different ways to author a multispanprocessor, with regards to the behavior of teeing to multiple downstream ones:

  1. synchronously, doing it one at a time
  2. concurrently, doing one or more in a threadpool or other concurrent executor.

I think it's probably good to start clarifying that early, so that consumes can choose which one works for their purposes. To that end, we should rename MultiSpanProcessor to SynchronousMultiSpanProcessor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions