@if (request.event.eventType === 'RECEIVE') {
}
@if (request.event.eventType === 'SEND') {
}
@if (request.event.eventType === 'ADDINFO') {
}
@if (request.event.eventType === 'ROUTE') {
}
@if (request.event.eventType === 'FETCH') {
}
@if (request.event.clusterNodeId) {
}
@if (duration !== null && duration !== undefined) {
{{ formatDurationValue(duration) }}
} @else {
No value set
}