buffered_batches int64Number of batches in the buffer. |
buffered_records int64Number of records pushed to the output buffer. |
memory int64Extra memory in use beyond that used for queuing records. |
num_encode_errors int64Number of encoding errors. |
num_transport_errors int64Number of transport errors. |
queued_batches int64Number of queued batches. |
queued_records int64Number of queued records. |
total_processed_input_records int64The number of input records processed by the circuit. This metric tracks the end-to-end progress of the pipeline: the output
of this endpoint is equal to the output of the circuit after
processing total_processed_input_records records. In a multihost pipeline, this count reflects only the input records
processed on the same host as the output endpoint, which is not usually
meaningful. |
total_processed_steps int64The number of steps whose input records have been processed by the
endpoint. This is meaningful in a multihost pipeline because steps are
synchronized across all of the hosts. InterpretationThis is a count, not a step number. If total_processed_steps is 0, no
steps have been processed to completion. If total_processed_steps > 0, then the last step whose input records have been processed to
completion is total_processed_steps - 1. A record that was ingested in
step n is fully processed when total_processed_steps > n. |
transmitted_bytes int64Bytes sent on the underlying transport. |
transmitted_records int64Records sent on the underlying transport. |