Skip to content
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

Make Exporters Shutdown spec-compliant #1791

Open
srikanthccv opened this issue Apr 22, 2021 · 2 comments
Open

Make Exporters Shutdown spec-compliant #1791

srikanthccv opened this issue Apr 22, 2021 · 2 comments

Comments

@srikanthccv
Copy link
Member

From https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#shutdown-2

Shuts down the exporter. Called when SDK is shut down. This is an opportunity for exporter to do any cleanup required.

Shutdown should be called only once for each Exporter instance. After the call to Shutdown subsequent calls to Export are not allowed and should return a Failure result.

Shutdown should not block indefinitely (e.g. if it attempts to flush the data and the destination is unavailable). OpenTelemetry client authors can decide if they want to make the shutdown timeout configurable.

@github-actions
Copy link

This issue was marked stale due to lack of activity. It will be closed in 30 days.

@ghost
Copy link

ghost commented Aug 18, 2021

Is there yet a way to force the jaeger exporter to export all created spans? Something like the flush method in the specification?

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant