barrier booleanEndpoint is currently a barrier to checkpointing and suspend. |
completed_frontier object — OPTIONALA watermark that has been fully processed by the pipeline. completed_at date-timeTimestamp when all outputs produced from this input have been pushed to all output endpoints. | ingested_at date-timeTimestamp when the data was ingested from the wire. | metadata objectMetadata that describes the position in the input stream (e.g., Kafka partition/offset pairs). | processed_at date-timeTimestamp when the data was processed by the circuit. |
|
config objectSchema definition for endpoint config that only includes the stream field. |
endpoint_name string |
fatal_error string — OPTIONALThe first fatal error that occurred at the endpoint. |
health object — OPTIONALdescription string — OPTIONAL | status stringPossible values: [Healthy, Unhealthy] |
|
metrics objectPerformance metrics for an input endpoint. buffered_bytes int64Number of bytes currently buffered by the endpoint (not yet consumed by the circuit). | buffered_records int64Number of records currently buffered by the endpoint (not yet consumed by the circuit). | end_of_input booleanTrue if end-of-input has been signaled. | num_parse_errors int64 | num_transport_errors int64Number of transport errors. | total_bytes int64Total bytes pushed to the endpoint since it was created. | total_records int64Total records pushed to the endpoint since it was created. |
|
parse_errors object[] — OPTIONALRecent parse errors on this endpoint. index int64Sequence number of the error. The client can use this field to detect gaps in the error list reported
by the pipeline. When the connector reports a large number of errors, the
pipeline will only preserve and report the most recent errors of each kind. | message string | tag string — OPTIONALOptional tag for the error. The tag is used to group errors by their type. | timestamp date-timeTimestamp when the error occurred, serialized as RFC3339 with microseconds. |
|
paused booleanEndpoint has been paused by the user. |
transport_errors object[] — OPTIONALRecent transport errors on this endpoint. index int64Sequence number of the error. The client can use this field to detect gaps in the error list reported
by the pipeline. When the connector reports a large number of errors, the
pipeline will only preserve and report the most recent errors of each kind. | message string | tag string — OPTIONALOptional tag for the error. The tag is used to group errors by their type. | timestamp date-timeTimestamp when the error occurred, serialized as RFC3339 with microseconds. |
|