You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divrole="columnheader"aria-label="throughput"class="col-xs-12 no-side-padding"v-tippy="`Throughput: The number of messages per second successfully processed by a receiving endpoint.`">
<divrole="columnheader"aria-label="scheduled-retires"class="col-xs-12 no-side-padding"v-tippy="`Scheduled retries: The number of messages per second scheduled for retries (immediate or delayed).`">
<divrole="columnheader"aria-label="processing-time"class="col-xs-12 no-side-padding"v-tippy="`Processing time: The time taken for a receiving endpoint to successfully process a message.`">
82
-
Processing Time <spanclass="table-header-unit">(t)</span>
83
-
</div>
84
-
</div>
85
-
</div>
86
-
<divclass="col-xs-2 col-xl-1 no-side-padding">
87
-
<divclass="row box-header">
88
-
<divrole="columnheader"aria-label="critical-time"class="col-xs-12 no-side-padding"v-tippy="`Critical time: The elapsed time from when a message was sent, until it was successfully processed by a receiving endpoint.`">
89
-
Critical Time <spanclass="table-header-unit">(t)</span>
<ColumnHeadername="throughput"label="Throughput"column-class="col-xs-2 col-xl-1 no-side-padding"v-tippy="`Throughput: The number of messages per second successfully processed by a receiving endpoint.`">
63
+
<template #unit>(msgs/s)</template>
64
+
</ColumnHeader>
65
+
<ColumnHeadername="retires"label="Scheduled retries"column-class="col-xs-2 col-xl-1 no-side-padding"v-tippy="`Scheduled retries: The number of messages per second scheduled for retries (immediate or delayed).`">
66
+
<template #unit>(msgs/s)</template>
67
+
</ColumnHeader>
68
+
<ColumnHeadername="processing-time"label="Processing time"column-class="col-xs-2 col-xl-1 no-side-padding"v-tippy="`Processing time: The time taken for a receiving endpoint to successfully process a message.`">
69
+
<template #unit>(t)</template>
70
+
</ColumnHeader>
71
+
<ColumnHeadername="critical-time"label="Critical time"column-class="col-xs-2 col-xl-1 no-side-padding"v-tippy="`Critical time: The elapsed time from when a message was sent, until it was successfully processed by a receiving endpoint.`">
72
+
<template #unit>(t)</template>
73
+
</ColumnHeader>
93
74
</div>
94
75
95
76
<NoDatav-if="!endpoint?.instances?.length"title="No messages"message="No messages processed in this period of time"></NoData>
<divrole="columnheader"aria-label="message-type-name"class="col-xs-12">Message type name</div>
51
-
</div>
52
-
</div>
53
-
<divclass="col-xs-2 col-xl-1 no-side-padding">
54
-
<divclass="row box-header">
55
-
<divrole="columnheader"aria-label="throughput"class="col-xs-12 no-side-padding"v-tippy="`Throughput: The number of messages per second successfully processed by a receiving endpoint.`">
<divrole="columnheader"aria-label="scheduled-retires"class="col-xs-12 no-side-padding"v-tippy="`Scheduled retries: The number of messages per second scheduled for retries (immediate or delayed).`">
<divrole="columnheader"aria-label="processing-time"class="col-xs-12 no-side-padding"v-tippy="`Processing time: The time taken for a receiving endpoint to successfully process a message.`">
70
-
Processing Time <spanclass="table-header-unit">(t)</span>
71
-
</div>
72
-
</div>
73
-
</div>
74
-
<divclass="col-xs-2 col-xl-1 no-side-padding">
75
-
<divclass="row box-header">
76
-
<divrole="columnheader"aria-label="critical-time"class="col-xs-12 no-side-padding"v-tippy="`Critical time: The elapsed time from when a message was sent, until it was successfully processed by a receiving endpoint.`">
77
-
Critical Time <spanclass="table-header-unit">(t)</span>
78
-
</div>
79
-
</div>
80
-
</div>
49
+
<ColumnHeadername="message-type-name"label="Message type name"column-class="col-xs-4 col-xl-8" />
50
+
<ColumnHeadername="throughput"label="Throughput"column-class="col-xs-2 col-xl-1 no-side-padding"v-tippy="`Throughput: The number of messages per second successfully processed by a receiving endpoint.`">
51
+
<template #unit>(msgs/s)</template>
52
+
</ColumnHeader>
53
+
<ColumnHeadername="retires"label="Scheduled retries"column-class="col-xs-2 col-xl-1 no-side-padding"v-tippy="`Scheduled retries: The number of messages per second scheduled for retries (immediate or delayed).`">
54
+
<template #unit>(msgs/s)</template>
55
+
</ColumnHeader>
56
+
<ColumnHeadername="processing-time"label="Processing time"column-class="col-xs-2 col-xl-1 no-side-padding"v-tippy="`Processing time: The time taken for a receiving endpoint to successfully process a message.`">
57
+
<template #unit>(t)</template>
58
+
</ColumnHeader>
59
+
<ColumnHeadername="critical-time"label="Critical time"column-class="col-xs-2 col-xl-1 no-side-padding"v-tippy="`Critical time: The elapsed time from when a message was sent, until it was successfully processed by a receiving endpoint.`">
60
+
<template #unit>(t)</template>
61
+
</ColumnHeader>
81
62
</div>
82
63
83
64
<no-datav-if="!endpoint?.messageTypes?.length"message="No messages processed in this period of time."></no-data>
0 commit comments