{{ node.description }}
State
Parallelism
{{ node.detail.parallelism }}
Start Time
{{ node.detail['start-time'] | humanizeDate: 'yyyy-MM-dd HH:mm:ss' }}
End Time
{{ node.detail['end-time'] | humanizeDate: 'yyyy-MM-dd HH:mm:ss' }}
Duration
{{ node.detail.duration | humanizeDuration }}
Task
Records Sent
{{ node.detail.metrics['write-records'] | number: '1.0-0' }}
Records Received
{{ node.detail.metrics['read-records'] | number: '1.0-0' }}
Bytes Sent
{{ node.detail.metrics['write-bytes'] | humanizeBytes }}
Bytes Received
{{ node.detail.metrics['read-bytes'] | humanizeBytes }}