Skip to content

Commit fdbaf85

Browse files
committed
update docs for new metrics
1 parent edc6f4f commit fdbaf85

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

userguide/aviate/aviate-health.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,17 @@ The following table lists these metrics:
108108

109109
|queue.bus.late
110110
|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.
111113

112114
|queue.bus.incoming
113115
|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.
115118
|queue.bus.processing
116119
|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.
118122
|queue.notifications.late
119123
|This is a counter that shows how many unprocessed notifications we have at time 't'. This number should be close to 0.
120124

0 commit comments

Comments
 (0)