Closed
Description
In the particular case of all reporters being shut down because of the JVM exiting we should have a means of reporting whatever data has been accumulated since the last tick before completely stopping the reporters. I think the flow should be:
Kamon.stopAllReporters()
is called- Whatever state is available for metrics and span reporters is flushed via
reportPeriodSnapshots
/reportSpans
- The
stop
hook is called - After completing all the above successfully or a timeout is reached Kamon finishes shutting down the reporters.
Metadata
Metadata
Assignees
Labels
No labels