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']['checkpointed_size'] | humanizeBytes }} Full Checkpoint 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']['checkpointed_size'] | humanizeBytes }} Full Checkpoint Data Size: {{ checkPointStats['latest']['savepoint']['state_size'] | humanizeBytes }} Savepoint Format: {{ checkPointStats['latest']['savepoint']['savepointFormat'] }} 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 Full Checkpoint 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['checkpointed_size'] | humanizeBytes }} {{ checkpoint['state_size'] | humanizeBytes }} {{ checkpoint['processed_data'] | humanizeBytes }} ({{ checkpoint['persisted_data'] | humanizeBytes }}) End to End Duration Checkpointed Data Size Full Checkpoint Data Size Processed (persisted) in-flight data Minimum {{ checkPointStats['summary']['end_to_end_duration']?.min | humanizeDuration }} {{ checkPointStats['summary']['checkpointed_size']?.min | humanizeBytes }} {{ 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']['checkpointed_size']?.avg | humanizeBytes }} {{ 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']['checkpointed_size']?.max | humanizeBytes }} {{ checkPointStats['summary']['state_size']?.max | humanizeBytes }} {{ checkPointStats['summary']['processed_data']?.max | humanizeBytes }} ({{ checkPointStats['summary']['persisted_data']?.max | humanizeBytes }}) End to End Duration Checkpointed Data Size Full Checkpoint Data Size Processed (persisted) in-flight data 50% percentile {{ checkPointStats['summary']['end_to_end_duration']?.p50 | humanizeDuration }} {{ checkPointStats['summary']['checkpointed_size']?.p50 | humanizeBytes }} {{ checkPointStats['summary']['state_size']?.p50 | humanizeBytes }} {{ checkPointStats['summary']['processed_data']?.p50 | humanizeBytes }} ({{ checkPointStats['summary']['persisted_data']?.p50 | humanizeBytes }}) 90% percentile {{ checkPointStats['summary']['end_to_end_duration']?.p90 | humanizeDuration }} {{ checkPointStats['summary']['checkpointed_size']?.p90 | humanizeBytes }} {{ checkPointStats['summary']['state_size']?.p90 | humanizeBytes }} {{ checkPointStats['summary']['processed_data']?.p90 | humanizeBytes }} ({{ checkPointStats['summary']['persisted_data']?.p90 | humanizeBytes }}) 99% percentile {{ checkPointStats['summary']['end_to_end_duration']?.p99 | humanizeDuration }} {{ checkPointStats['summary']['checkpointed_size']?.p99 | humanizeBytes }} {{ checkPointStats['summary']['state_size']?.p99 | humanizeBytes }} {{ checkPointStats['summary']['processed_data']?.p99 | humanizeBytes }} ({{ checkPointStats['summary']['persisted_data']?.p99 | humanizeBytes }}) 99.9% percentile {{ checkPointStats['summary']['end_to_end_duration']?.p999 | humanizeDuration }} {{ checkPointStats['summary']['checkpointed_size']?.p999 | humanizeBytes }} {{ checkPointStats['summary']['state_size']?.p999 | humanizeBytes }} {{ checkPointStats['summary']['processed_data']?.p999 | humanizeBytes }} ({{ checkPointStats['summary']['persisted_data']?.p999 | 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' }} Aligned checkpoint timeout {{ checkPointConfig['aligned_checkpoint_timeout'] | humanizeDuration }} Persist Checkpoints Externally Enabled (delete on cancellation) (retain on cancellation) Disabled Tolerable Failed Checkpoints {{ checkPointConfig['tolerable_failed_checkpoints'] }} Checkpoints With Finished Tasks {{ checkPointConfig['checkpoints_after_tasks_finish'] ? 'Enabled' : 'Disabled' }} State Changelog Enabled Disabled Changelog Storage {{ checkPointConfig['changelog_storage'] }} Changelog Periodic Materialization Interval {{ checkPointConfig['changelog_periodic_materialization_interval'] | humanizeDuration }}