mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-03-23 21:19:35 +02:00
* Add chunker exporter The batching log processor needs to be able to export payloads in chuncks. This adds a chunker type that will forward all Shutdown and ForceFlush calls to the embedded exporter and chunk data passed to Export. * Concurrent safe testExporter * Add test for zero size * Fix lint * Refactor chunker into chunkExporter * Remove ExportTrigger