Hi, Flink User Group I want to retrieve the last few completed checkpoints' stats even if the job has terminated, these stats are useful for restarting the job manually. Because we prefer to restore job from retained checkpoint rather than savepoint. Doc Monitoring Checkpointing <https://nightlies.apache.org/flink/flink-docs-master/docs/ops/monitoring/checkpoint_monitoring/> said these stats available after the job has terminated.
So I’m wondering 1. How to get checkpoint stats after job has terminated? 2. How long these stats will retain? Thanks, Guojun