You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the spec requires that the forceFlush operation may implemented by LogRecordExporter (see specification). However, we currently do not implement or call it.
This issue is considered done when:
forceFlush was added to LogRecordExporter
forceFlush is called from built-in LogRecordProcessors
Description
Currently, the spec requires that the
forceFlushoperation may implemented byLogRecordExporter(see specification). However, we currently do not implement or call it.This issue is considered done when:
forceFlushwas added toLogRecordExporterforceFlushis called from built-inLogRecordProcessorsRefs:
opentelemetry-js/experimental/packages/sdk-logs/src/export/LogRecordExporter.ts
Lines 21 to 33 in 903739c