Checkpoint Counts Triggered: {{ checkPointStats['counts']['total'] }} In Progress: {{ checkPointStats['counts']['in_progress'] }} Completed: {{ checkPointStats['counts']['completed'] }} Failed: {{ checkPointStats['counts']['failed'] }} Restored: {{ checkPointStats['counts']['restored'] }} Latest Completed Checkpoint ID: {{ checkPointStats['latest']['completed']['id'] }} Completion Time: {{ checkPointStats['latest']['completed']['latest_ack_timestamp'] | date:'yyyy-MM-dd HH:mm:ss' }} End to End Duration: {{ checkPointStats['latest']['completed']['end_to_end_duration'] | humanizeDuration}} Checkpointed Data Size: {{ checkPointStats['latest']['completed']['state_size'] | humanizeBytes }} None Latest Failed Checkpoint ID: {{ checkPointStats['latest']['failed']['id'] }} Failure Time: {{ checkPointStats['latest']['failed']['failure_timestamp'] | date:'yyyy-MM-dd HH:mm:ss' }} Cause: {{ checkPointStats['latest']['failed']['failure_message'] }} Cause: n/a None Latest Savepoint ID: {{ checkPointStats['latest']['savepoint']['id'] }} Completion Time: {{ checkPointStats['latest']['savepoint']['latest_ack_timestamp'] | date:'yyyy-MM-dd HH:mm:ss' }} Checkpointed Data Size: {{ checkPointStats['latest']['savepoint']['state_size'] | humanizeBytes }} Path: {{ checkPointStats['latest']['savepoint']['external_path'] }} None Latest Restore ID: {{ checkPointStats['latest']['restored']['id'] }} Restore Time: {{ checkPointStats['latest']['restored']['restore_timestamp'] | date:'yyyy-MM-dd HH:mm:ss' }} Type: Savepoint Type: Checkpoint Path: {{ checkPointStats['latest']['restored']['external_path'] }} None ID Status Acknowledged Trigger Time Latest Acknowledgement End to End Duration Checkpointed Data Size Processed (persisted) in-flight data {{ checkpoint['id'] }} {{ checkpoint['status'] }} [Savepoint] {{ checkpoint['num_acknowledged_subtasks'] }}/{{ checkpoint['num_subtasks'] }} ({{ (checkpoint['num_acknowledged_subtasks']/checkpoint['num_subtasks']) | percent }}) {{ checkpoint['trigger_timestamp'] | date:'yyyy-MM-dd HH:mm:ss' }} {{ checkpoint['latest_ack_timestamp'] | date:'yyyy-MM-dd HH:mm:ss' }} n/a {{ checkpoint['end_to_end_duration'] | humanizeDuration}} n/a {{ checkpoint['state_size'] | humanizeBytes }} {{ checkpoint['processed_data'] | humanizeBytes }} ({{ checkpoint['persisted_data'] | humanizeBytes }}) End to End Duration Checkpointed Data Size Processed (persisted) in-flight data Minimum {{ checkPointStats['summary']['end_to_end_duration']['min'] | humanizeDuration}} {{ checkPointStats['summary']['state_size']['min'] | humanizeBytes }} {{ checkPointStats['summary']['processed_data']['min'] | humanizeBytes }} ({{ checkPointStats['summary']['persisted_data']['min'] | humanizeBytes }}) Average {{ checkPointStats['summary']['end_to_end_duration']['avg'] | humanizeDuration}} {{ checkPointStats['summary']['state_size']['avg'] | humanizeBytes }} {{ checkPointStats['summary']['processed_data']['avg'] | humanizeBytes }} ({{ checkPointStats['summary']['persisted_data']['avg'] | humanizeBytes }}) Maximum {{ checkPointStats['summary']['end_to_end_duration']['max'] | humanizeDuration}} {{ checkPointStats['summary']['state_size']['max'] | humanizeBytes }} {{ checkPointStats['summary']['processed_data']['max'] | humanizeBytes }} ({{ checkPointStats['summary']['persisted_data']['max'] | humanizeBytes }}) Option Value Checkpointing Mode Exactly Once At Least Once Checkpoint Storage {{ checkPointConfig['checkpoint_storage'] }} State Backend {{ checkPointConfig['state_backend'] }} Interval Periodic checkpoints disabled {{ checkPointConfig['interval'] | humanizeDuration}} Timeout {{ checkPointConfig['timeout'] | humanizeDuration}} Minimum Pause Between Checkpoints {{ checkPointConfig['min_pause'] | humanizeDuration}} Maximum Concurrent Checkpoints {{ checkPointConfig['max_concurrent'] }} Unaligned Checkpoints {{ checkPointConfig['unaligned_checkpoints'] ? 'Enabled' : 'Disabled' }} Persist Checkpoints Externally Enabled (delete on cancellation) (retain on cancellation) Disabled Tolerable Failed Checkpoints {{ checkPointConfig['tolerable_failed_checkpoints'] }}