This is an automated email from the ASF dual-hosted git repository.
kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new a1b31c9 GEODE-4624 Add docs for 2 new gateway sender statistics
(#1856)
a1b31c9 is described below
commit a1b31c9941b8832623b42ea0684c2602bfcfe04b
Author: Karen Miller <[email protected]>
AuthorDate: Wed Apr 25 09:42:26 2018 -0700
GEODE-4624 Add docs for 2 new gateway sender statistics (#1856)
* GEODE-4624 Add docs for 2 new gateway sender statistics
* GEODE-4624 Revise new stat wording, per review
---
geode-docs/reference/statistics_list.html.md.erb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/geode-docs/reference/statistics_list.html.md.erb
b/geode-docs/reference/statistics_list.html.md.erb
index 3f08960..7e0ed20 100644
--- a/geode-docs/reference/statistics_list.html.md.erb
+++ b/geode-docs/reference/statistics_list.html.md.erb
@@ -889,7 +889,9 @@ These statistics are for outgoing gateway queue and its
connection. The primary
| `eventQueueSize` | Size of the event operations queue.
|
| `eventQueueTime` | Total time, in nanoseconds, spent
queueing events.
|
| `eventsDistributed` | Number of events operations removed
from the event queue and sent.
|
+| `eventsDroppedDueToPrimarySenderNotRunning` | Number of events dropped
because the primary gateway sender is not running.
|
| `eventsNotQueuedConflated` | Number of events operations received
but not added to the event queue because the queue already contains an event
with the event's key. |
+| `eventsProcessedByPQRM` | Total number of events processed by
the parallel queue removal message (PQRM).
|
| `eventsQueued` | Number of events operations added to
the event queue.
|
| `secondaryEventQueueSize` | Size of the secondary event queue.
|
| `unprocessedEventMapSize` | Current number of events entries in
the secondary's unprocessed event map.
|
--
To stop receiving notification emails like this one, please contact
[email protected].