You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ga...@apache.org on 2018/08/20 23:20:36 UTC

[mesos] branch 1.7.x updated: Highlighted MESOS-8842 in 1.7.0 CHANGELOG.

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

gaston pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.7.x by this push:
     new 34eb462  Highlighted MESOS-8842 in 1.7.0 CHANGELOG.
34eb462 is described below

commit 34eb462427796401a430811025feeafaa2626a7c
Author: Gastón Kleiman <ga...@apache.org>
AuthorDate: Mon Aug 20 16:16:26 2018 -0700

    Highlighted MESOS-8842 in 1.7.0 CHANGELOG.
    
    (cherry picked from commit 72b708663a6b977af0c4ec21ad5d2b738721b7b5)
---
 CHANGELOG | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 1a7d388..e86cc1f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -27,6 +27,12 @@ This release contains the following new features:
   * [MESOS-5647] - Expose network statistics for containers on CNI
     network in the `network/cni` isolator.
 
+  * [MESOS-8842] - **Experimental** Added per-framework metrics to the master.
+    These new metrics provide detailed information about the behavior of each
+    framework and can help with scalability testing, debugging, and fine grained
+    monitoring.
+    Please refer to docs/monitoring.md for more details.
+
 Additional API Changes:
   * [MESOS-9015] Allow resources to be removed when updating the sorter.