Repository: mesos
Updated Branches:
  refs/heads/master 1949d01fd -> 4d320b504


Docs: Fixed network monitoring metrics table style.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/4d320b50
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/4d320b50
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/4d320b50

Branch: refs/heads/master
Commit: 4d320b504fb9440699158d1f570d9d7ed863d6f0
Parents: 1949d01
Author: Tomasz Janiszewski <[email protected]>
Authored: Mon Nov 2 14:02:00 2015 -0500
Committer: Joris Van Remoortere <[email protected]>
Committed: Mon Nov 2 14:02:00 2015 -0500

----------------------------------------------------------------------
 docs/network-monitoring.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/4d320b50/docs/network-monitoring.md
----------------------------------------------------------------------
diff --git a/docs/network-monitoring.md b/docs/network-monitoring.md
index b266ae5..08fcaa8 100644
--- a/docs/network-monitoring.md
+++ b/docs/network-monitoring.md
@@ -181,7 +181,7 @@ on the `/monitor/statistics.json` slave endpoint.
 From the network interface inside the container, we report the following
 counters (since container creation) under the `statistics` key:
 
-<table>
+<table class="table table-striped">
 <thead>
 <tr><th>Metric</th><th>Description</th><th>Type</th>
 </thead>
@@ -233,7 +233,7 @@ statistics for the elements which implement bandwidth 
limiting and bloat
 reduction under the `statistics/net_traffic_control_statistics` key. The entry
 for each of these elements includes:
 
-<table>
+<table class="table table-striped">
 <thead>
 <tr><th>Metric</th><th>Description</th><th>Type</th>
 </thead>
@@ -284,9 +284,9 @@ for each of these elements includes:
 </tr>
 </table>
 
-[1] Backlog is only reported on the bloat_reduction interface
+[1] `backlog` is only reported on the bloat_reduction interface
 
-[2] Overlimits are only reported on the bw_limit interface
+[2] `overlimits` are only reported on the bw_limit interface
 
 [3] Currently always reported as 0 by the underlying Traffic Control element.
 

Reply via email to