{{ node.detail?.name }}
|
|
{{ node.detail?.metrics['read-bytes'] | humanizeBytes }}
|
{{ node.detail?.metrics['read-records'] | number:'1.0-0' }}
|
{{ node.detail?.metrics['write-bytes'] | humanizeBytes }}
|
{{ node.detail?.metrics['write-records'] | number:'1.0-0' }}
|
{{ node.parallelism }} |
{{ node.detail["start-time"] | humanizeDate: 'yyyy-MM-dd HH:mm:ss' }} |
{{ node.detail?.duration | humanizeDuration }} |
{{ node.detail["end-time"] | humanizeDate: 'yyyy-MM-dd HH:mm:ss' }} |
|