-
Notifications
You must be signed in to change notification settings - Fork 332
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
stackdriver exporter sometimes loses metric on shutdown #2011
Comments
/assign |
@quentin-cha what is left to be done here? I see that the fix flushes the interval reader so we need to bring the dep in, other than that what is pending the flushing part? @evankanderson Any reason we dont flush the exporter after we replace it here? |
Apologies for not being able to work on this. Besides pulling in the dep, we need to actually invoke |
I've been chatting with @MontyCarter, and he suggested that we may be able to retire the Stackdriver exporter before 0.22. I'm assuming this affects OpenCensus as well, though? |
It affects opencensus. Should we open an issue for the retirement thing, @MontyCarter gentle ping. |
This issue is stale because it has been open for 90 days with no |
Sorry. Not sure how I missed this. Anyway, the stackdriver exporter can be removed. |
This issue is stale because it has been open for 90 days with no |
stack driver exporter was removed |
/area monitoring
/kind feature
Expected Behavior
stackdriver exporter do not lose metrics when shutting down
Actual Behavior
stackdriver exporter sometimes lose metrics when shutting down
Additional Info
Currently during process shutdown, stackdriver exporters may lose metrics.
This is happening because:
Stop exporter -> Wait for minimum stackdriver upload interval (~10s) -> Flush
The text was updated successfully, but these errors were encountered: