mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-05 22:54:18 +02:00
321219b2a6
* Add export sync The batching log processor will generate records from 4 different locations (polling, OnEmit, ForceFlush, Shutdown). In order to ensure an Exporter is called serially, as is required by the interface, this function will be used in the processor to centralize the interaction with its Exporter. Part of #5063. See #5093 for the implementation use. * Concurrent safe testExporter --------- Co-authored-by: Sam Xie <sam@samxie.me> |
||
---|---|---|
.. | ||
batch_test.go | ||
batch.go | ||
DESIGN.md | ||
doc.go | ||
exporter_test.go | ||
exporter.go | ||
go.mod | ||
go.sum | ||
logger_bench_test.go | ||
logger_test.go | ||
logger.go | ||
processor.go | ||
provider_test.go | ||
provider.go | ||
README.md | ||
record_test.go | ||
record.go | ||
setting_test.go | ||
setting.go | ||
simple_test.go | ||
simple.go |