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
Copy file name to clipboardExpand all lines: userguide/aviate/aviate-health.adoc
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,13 +108,17 @@ The following table lists these metrics:
108
108
109
109
|queue.bus.late
110
110
|This is a counter that shows how many unprocessed bus events we have at time 't'. This number should be close to 0.
111
+
|queue.bus.ext.late
112
+
|This is a counter that shows how many unprocessed external bus events we have at time 't'. This number should be close to 0.
111
113
112
114
|queue.bus.incoming
113
115
|The is rate of incoming bus events at time t. The default granularity is `MINUTE` but results can be aggregated based on the `granularity` query parameter - e.g hourly incoming rate.
114
-
116
+
|queue.bus.ext.incoming
117
+
|The is rate of incoming external bus events at time t. The default granularity is `MINUTE` but results can be aggregated based on the `granularity` query parameter - e.g hourly incoming rate.
115
118
|queue.bus.processing
116
119
|This is an estimation of the time in mSec that was used to process the bus event. These values may become incorrect once we have late bus entries.
117
-
120
+
|queue.bus.ext.processing
121
+
|This is an estimation of the time in mSec that was used to process the external bus event. These values may become incorrect once we have late bus entries.
118
122
|queue.notifications.late
119
123
|This is a counter that shows how many unprocessed notifications we have at time 't'. This number should be close to 0.
0 commit comments