Metric Min Max Avg Sum Median 25th Percentile 75th Percentile 95th Percentile CREATED Duration {{ aggregated?.['status-duration'].CREATED.min | humanizeDuration }} {{ aggregated?.['status-duration'].CREATED.max | humanizeDuration }} {{ aggregated?.['status-duration'].CREATED.avg | humanizeDuration }} {{ aggregated?.['status-duration'].CREATED.sum | humanizeDuration }} {{ aggregated?.['status-duration'].CREATED.median | humanizeDuration }} {{ aggregated?.['status-duration'].CREATED.p25 | humanizeDuration }} {{ aggregated?.['status-duration'].CREATED.p75 | humanizeDuration }} {{ aggregated?.['status-duration'].CREATED.p95 | humanizeDuration }} SCHEDULED Duration {{ aggregated?.['status-duration'].SCHEDULED.min | humanizeDuration }} {{ aggregated?.['status-duration'].SCHEDULED.max | humanizeDuration }} {{ aggregated?.['status-duration'].SCHEDULED.avg | humanizeDuration }} {{ aggregated?.['status-duration'].SCHEDULED.sum | humanizeDuration }} {{ aggregated?.['status-duration'].SCHEDULED.median | humanizeDuration }} {{ aggregated?.['status-duration'].SCHEDULED.p25 | humanizeDuration }} {{ aggregated?.['status-duration'].SCHEDULED.p75 | humanizeDuration }} {{ aggregated?.['status-duration'].SCHEDULED.p95 | humanizeDuration }} DEPLOYING Duration {{ aggregated?.['status-duration'].DEPLOYING.min | humanizeDuration }} {{ aggregated?.['status-duration'].DEPLOYING.max | humanizeDuration }} {{ aggregated?.['status-duration'].DEPLOYING.avg | humanizeDuration }} {{ aggregated?.['status-duration'].DEPLOYING.sum | humanizeDuration }} {{ aggregated?.['status-duration'].DEPLOYING.median | humanizeDuration }} {{ aggregated?.['status-duration'].DEPLOYING.p25 | humanizeDuration }} {{ aggregated?.['status-duration'].DEPLOYING.p75 | humanizeDuration }} {{ aggregated?.['status-duration'].DEPLOYING.p95 | humanizeDuration }} INITIALIZING Duration {{ aggregated?.['status-duration'].INITIALIZING.min | humanizeDuration }} {{ aggregated?.['status-duration'].INITIALIZING.max | humanizeDuration }} {{ aggregated?.['status-duration'].INITIALIZING.avg | humanizeDuration }} {{ aggregated?.['status-duration'].INITIALIZING.sum | humanizeDuration }} {{ aggregated?.['status-duration'].INITIALIZING.median | humanizeDuration }} {{ aggregated?.['status-duration'].INITIALIZING.p25 | humanizeDuration }} {{ aggregated?.['status-duration'].INITIALIZING.p75 | humanizeDuration }} {{ aggregated?.['status-duration'].INITIALIZING.p95 | humanizeDuration }} RUNNING Duration {{ aggregated?.['status-duration'].RUNNING.min | humanizeDuration }} {{ aggregated?.['status-duration'].RUNNING.max | humanizeDuration }} {{ aggregated?.['status-duration'].RUNNING.avg | humanizeDuration }} {{ aggregated?.['status-duration'].RUNNING.sum | humanizeDuration }} {{ aggregated?.['status-duration'].RUNNING.median | humanizeDuration }} {{ aggregated?.['status-duration'].RUNNING.p25 | humanizeDuration }} {{ aggregated?.['status-duration'].RUNNING.p75 | humanizeDuration }} {{ aggregated?.['status-duration'].RUNNING.p95 | humanizeDuration }} Read Records {{ (aggregated?.metrics['read-records'].min | number: '1.0-0') || '-' }} {{ (aggregated?.metrics['read-records'].max | number: '1.0-0') || '-' }} {{ (aggregated?.metrics['read-records'].avg | number: '1.0-0') || '-' }} {{ (aggregated?.metrics['read-records'].sum | number: '1.0-0') || '-' }} {{ (aggregated?.metrics['read-records'].median | number: '1.0-0') || '-' }} {{ (aggregated?.metrics['read-records'].p25 | number: '1.0-0') || '-' }} {{ (aggregated?.metrics['read-records'].p75 | number: '1.0-0') || '-' }} {{ (aggregated?.metrics['read-records'].p95 | number: '1.0-0') || '-' }} Write Records {{ (aggregated?.metrics['write-records'].min | number: '1.0-0') || '-' }} {{ (aggregated?.metrics['write-records'].max | number: '1.0-0') || '-' }} {{ (aggregated?.metrics['write-records'].avg | number: '1.0-0') || '-' }} {{ (aggregated?.metrics['write-records'].sum | number: '1.0-0') || '-' }} {{ (aggregated?.metrics['write-records'].median | number: '1.0-0') || '-' }} {{ (aggregated?.metrics['write-records'].p25 | number: '1.0-0') || '-' }} {{ (aggregated?.metrics['write-records'].p75 | number: '1.0-0') || '-' }} {{ (aggregated?.metrics['write-records'].p95 | number: '1.0-0') || '-' }} Read Bytes {{ aggregated?.metrics['read-bytes'].min | humanizeBytes }} {{ aggregated?.metrics['read-bytes'].max | humanizeBytes }} {{ aggregated?.metrics['read-bytes'].avg | humanizeBytes }} {{ aggregated?.metrics['read-bytes'].sum | humanizeBytes }} {{ aggregated?.metrics['read-bytes'].median | humanizeBytes }} {{ aggregated?.metrics['read-bytes'].p25 | humanizeBytes }} {{ aggregated?.metrics['read-bytes'].p75 | humanizeBytes }} {{ aggregated?.metrics['read-bytes'].p95 | humanizeBytes }} Write Bytes {{ aggregated?.metrics['write-bytes'].min | humanizeBytes }} {{ aggregated?.metrics['write-bytes'].max | humanizeBytes }} {{ aggregated?.metrics['write-bytes'].avg | humanizeBytes }} {{ aggregated?.metrics['write-bytes'].sum | humanizeBytes }} {{ aggregated?.metrics['write-bytes'].median | humanizeBytes }} {{ aggregated?.metrics['write-bytes'].p25 | humanizeBytes }} {{ aggregated?.metrics['write-bytes'].p75 | humanizeBytes }} {{ aggregated?.metrics['write-bytes'].p95 | humanizeBytes }} Accumulated Backpressured Time {{ aggregated?.metrics['accumulated-backpressured-time'].min | humanizeDuration }} {{ aggregated?.metrics['accumulated-backpressured-time'].max | humanizeDuration }} {{ aggregated?.metrics['accumulated-backpressured-time'].avg | humanizeDuration }} {{ aggregated?.metrics['accumulated-backpressured-time'].sum | humanizeDuration }} {{ aggregated?.metrics['accumulated-backpressured-time'].median | humanizeDuration }} {{ aggregated?.metrics['accumulated-backpressured-time'].p25 | humanizeDuration }} {{ aggregated?.metrics['accumulated-backpressured-time'].p75 | humanizeDuration }} {{ aggregated?.metrics['accumulated-backpressured-time'].p95 | humanizeDuration }} Accumulated Idle Time {{ aggregated?.metrics['accumulated-idle-time'].min | humanizeDuration }} {{ aggregated?.metrics['accumulated-idle-time'].max | humanizeDuration }} {{ aggregated?.metrics['accumulated-idle-time'].avg | humanizeDuration }} {{ aggregated?.metrics['accumulated-idle-time'].sum | humanizeDuration }} {{ aggregated?.metrics['accumulated-idle-time'].median | humanizeDuration }} {{ aggregated?.metrics['accumulated-idle-time'].p25 | humanizeDuration }} {{ aggregated?.metrics['accumulated-idle-time'].p75 | humanizeDuration }} {{ aggregated?.metrics['accumulated-idle-time'].p95 | humanizeDuration }} Accumulated Busy Time {{ aggregated?.metrics['accumulated-busy-time'].min | humanizeDuration }} {{ aggregated?.metrics['accumulated-busy-time'].max | humanizeDuration }} {{ aggregated?.metrics['accumulated-busy-time'].avg | humanizeDuration }} {{ aggregated?.metrics['accumulated-busy-time'].sum | humanizeDuration }} {{ aggregated?.metrics['accumulated-busy-time'].median | humanizeDuration }} {{ aggregated?.metrics['accumulated-busy-time'].p25 | humanizeDuration }} {{ aggregated?.metrics['accumulated-busy-time'].p75 | humanizeDuration }} {{ aggregated?.metrics['accumulated-busy-time'].p95 | humanizeDuration }}