bootstrap_in_progress booleanThe pipeline has been resumed from a checkpoint and is currently bootstrapping new and modified views. |
buffered_input_bytes int64Total number of bytes currently buffered by all endpoints. |
buffered_input_records int64Total number of records currently buffered by all endpoints. |
cpu_msecs int64CPU time used by the pipeline across all threads, in milliseconds. |
incarnation_uuid uuidUniquely identifies the pipeline process that started at start_time. |
initial_start_time int64Time at which the pipeline process from which we resumed started, in seconds since the epoch. |
pipeline_complete booleanTrue if the pipeline has processed all input data to completion. |
rss_bytes int64Resident set size of the pipeline process, in bytes. |
runtime_elapsed_msecs int64Time elapsed while the pipeline is executing a step, multiplied by the number of threads, in milliseconds. |
start_time int64Time at which the pipeline process started, in seconds since the epoch. |
state stringPossible values: [Paused, Running, Terminated] |
storage_bytes int64Current storage usage in bytes. |
storage_mb_secs int64Storage usage integrated over time, in megabytes * seconds. |
total_completed_records int64Total number of input records processed to completion. |
total_input_bytes int64Total number of bytes received from all endpoints. |
total_input_records int64Total number of records received from all endpoints. |
total_processed_bytes int64Total bytes of input records processed by the DBSP engine. |
total_processed_records int64Total number of input records processed by the DBSP engine. |
transaction_id int64ID of the current transaction or 0 if no transaction is in progress. |
transaction_initiators objectInformation about entities that initiated the current transaction. initiated_by_api string — OPTIONALPossible values: [Started, Committed] | initiated_by_connectors objectTransaction phases initiated by connectors, indexed by endpoint name. | transaction_id int64 — OPTIONALID assigned to the transaction (None if no transaction is in progress). |
|
transaction_status stringStatus of the current transaction. |
uptime_msecs int64Time since the pipeline process started, in milliseconds. |