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

ApplicationInsights exporter hangs on Stop: remove redundant Thread.Sleep(minute) #179

Merged
merged 4 commits into from
Aug 8, 2019

Conversation

lmolkova
Copy link

@lmolkova lmolkova commented Aug 7, 2019

Fix #176

I believe AppInsights metrics exporter is in the very early stage of its life and the whole implementation is subject to change (after metrics spec settles down).

It does Thread.Sleep(minute) between exporting metrics - probably this will also change. For now there is already logic that waits for a minute in shorter intervals allowing cancellation. Just removing wait for a minute.

@lmolkova
Copy link
Author

lmolkova commented Aug 8, 2019

@austinlparker, @discostu105 ping

@austinlparker austinlparker merged commit 4cbc55c into open-telemetry:master Aug 8, 2019
@lmolkova lmolkova deleted the AIExporterStopHangs branch December 19, 2019 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ApplicationInsights exporter hangs on stop
2 participants