You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2016/03/03 06:30:52 UTC

[2/4] mesos git commit: Documented LIBPROCESS_METRICS_SNAPSHOT_ENDPOINT_RATE_LIMIT.

Documented LIBPROCESS_METRICS_SNAPSHOT_ENDPOINT_RATE_LIMIT.

This environment variable allows the user to configure the rate
limit for the /metrics/snapshot endpoint.

Review: https://reviews.apache.org/r/44071/


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

Branch: refs/heads/master
Commit: b86741ddf1618483071667c10a531444adbb0cb4
Parents: 9da6e14
Author: Benjamin Bannier <be...@mesosphere.io>
Authored: Wed Mar 2 20:12:57 2016 -0800
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Wed Mar 2 21:24:39 2016 -0800

----------------------------------------------------------------------
 docs/configuration.md | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b86741dd/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index b597479..305ba2c 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1698,6 +1698,17 @@ isolator. (default: false)
       provided separately.
     </td>
   </tr>
+  <tr>
+    <td>
+      LIBPROCESS_METRICS_SNAPSHOT_ENDPOINT_RATE_LIMIT
+    </td>
+    <td>
+      If set, this variable can be used to configure the rate limit
+      applied to the /metrics/snapshot endpoint. The format is
+      `<number of requests>/<interval duration>`.
+      Examples: `10/1secs`, `100/10secs`, etc.
+    </td>
+  </tr>
 </table>