This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 57e944a  Revert "Updated `docs/monitoring.md` for new agent event 
queue metrics."
57e944a is described below

commit 57e944a3d14672ac29dec9d648a4a6d0655effc6
Author: James Peach <[email protected]>
AuthorDate: Sun Jun 16 15:40:50 2019 -0700

    Revert "Updated `docs/monitoring.md` for new agent event queue metrics."
    
    This reverts commit a4df2605753269f5c04bd30686729b5fd80eb66f.
    
    Reverting, since this is the last commit in a series that has not
    yet been committed.
---
 docs/monitoring.md | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/docs/monitoring.md b/docs/monitoring.md
index 364ca76..027580f 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -2262,35 +2262,3 @@ completed CSI calls made to the plugin.
   <td>Counter</td>
 </tr>
 </table>
-
-#### Event queue
-
-The following metrics provide information about different types of events in 
the
-event queue.
-
-<table class="table table-striped">
-<thead>
-<tr><th>Metric</th><th>Description</th><th>Type</th>
-</thead>
-<tr>
-  <td>
-  <code>slave/event_queue_dispatches</code>
-  </td>
-  <td>Number of dispatches in the event queue</td>
-  <td>Gauge</td>
-</tr>
-<tr>
-  <td>
-  <code>slave/event_queue_http_requests</code>
-  </td>
-  <td>Number of HTTP requests in the event queue</td>
-  <td>Gauge</td>
-</tr>
-<tr>
-  <td>
-  <code>slave/event_queue_messages</code>
-  </td>
-  <td>Number of messages in the event queue</td>
-  <td>Gauge</td>
-</tr>
-</table>

Reply via email to