-
Notifications
You must be signed in to change notification settings - Fork 888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify SpanExporter#ForceFlush is required #2654
Clarify SpanExporter#ForceFlush is required #2654
Conversation
The exporter must support two functions: **Export** and **Shutdown**. In | ||
strongly typed languages typically there will be 2 separate `Exporter` | ||
The exporter MUST support three functions: **Export**, **Shutdown**, and **ForceFlush**. | ||
In strongly typed languages typically there will be 2 separate `Exporter` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not blocking, maybe we can just remove this sentence? It mentioned metrics in a tracing spec (also it might be inaccurate because LogExporter does exist https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/logging-library-sdk.md#logexporter).
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
Fixes #2652
Changes