{{ 'STATISTICS' | translate }}
- {{ 'AVERAGE_TIME' | translate }}
- {{statistics.timeAverage | number: 2}} {{ 'MILLISECONDS_SHORT' | translate }}
- {{ 'LAST_MINUTE_AVERAGE' | translate }}
- {{statistics.timeAverageLastMinute | number: 2}} {{ 'MILLISECONDS_SHORT' | translate }}
- {{ 'LAST_MESSAGE' | translate }}
- {{statistics.timeLastMessage}} {{ 'MILLISECONDS_SHORT' | translate }} |
- {{ 'LAST_MINUTE_RATE' | translate }}
- {{statistics.countLastMinute}}
- {{ 'COUNT' | translate }}
- {{statistics.count}}
- {{ 'FAILURE_COUNT' | translate }}
- {{statistics.countFailure}}
- {{ 'MESSAGES_IN_QUEUE' | translate }}
- {{statistics.sizeQueue}}