Skip to content

TracerFactory and processors/exporters. #339

@carlosalberto

Description

@carlosalberto

I searched through the discussion on named tracers, and couldn't find anything related to registration of exporters/processors. It is mentioned that configuration should be available to all the named tracers, so they can consume it, but that's it.

For example:

Tracer tracer = tracerFactory.get("mainApp");
tracer.addSpanProcessor(new MySpanProcessor());
...
Tracer tracer = tracerFactory.get("myInstrumentedLibrary71");
tracer.addSpanProcessor(new MySpanProcessor());

In the second piece, do we expect to not share any processor by the different tracers at all, OR to inherit or share them in one or another way? I feel this is something that would be nice to have clear and documented ;)

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