-
Notifications
You must be signed in to change notification settings - Fork 494
Closed
Labels
priority:p2Issues that are not blockingIssues that are not blocking
Description
I think the approach most are leaning towards for logs, following the traces implementation, is attaching only 1 exporter to a processor. However, another consideration is to support multiple exporters per processor.
Advantages of attaching multiple exporters to a processor:
- Could reduce number of times batching is done
Disadvantages:
- Could also increase the time it takes to complete the export to all destinations, since each batch export would only take as little of time as the slowest exporter takes to finish its export.
Unknown:
- What would be the return status from the processor from
ForceFlush()
orShutdown()
not all the exporters succeed/fail at the same time? - Would user interact directly with processor or exporter to shutdown or forceflush a certainexporter?
Opening up this issue for discussion
Metadata
Metadata
Assignees
Labels
priority:p2Issues that are not blockingIssues that are not blocking