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

xiaoyao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 81d24e0  Two small UI changes: capacity -> capacity utilization, and 
the description for aggergated metrics (#3372)
81d24e0 is described below

commit 81d24e026cdcb9b22cca60fc17b6d159277195c7
Author: Ning Wang <[email protected]>
AuthorDate: Tue Oct 22 11:34:04 2019 -0700

    Two small UI changes: capacity -> capacity utilization, and the description 
for aggergated metrics (#3372)
---
 heron/tools/ui/resources/static/js/plan-stats.js | 4 ++--
 heron/tools/ui/resources/templates/topology.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/heron/tools/ui/resources/static/js/plan-stats.js 
b/heron/tools/ui/resources/static/js/plan-stats.js
index 8b05861..d3607fb 100644
--- a/heron/tools/ui/resources/static/js/plan-stats.js
+++ b/heron/tools/ui/resources/static/js/plan-stats.js
@@ -33,11 +33,11 @@
     // Build the status table
     var rowData = [
       {
-        name: 'Capacity',
+        name: 'Capacity Utilization',
         metricName: 'capacity',
         get: getAndRenderStats,
         tooltip: 'Average tuple execute latency multiplied by number of tuples 
processed divided by the time period.',
-        legendDescription: 'capacity',
+        legendDescription: 'utilization of execution capacity',
         loMedHi: [0.1, 0.5, 1],
         scaleTicks: [0, 0.25, 0.5, 0.75, 1]
       },
diff --git a/heron/tools/ui/resources/templates/topology.html 
b/heron/tools/ui/resources/templates/topology.html
index 70dd003..3ad2816 100644
--- a/heron/tools/ui/resources/templates/topology.html
+++ b/heron/tools/ui/resources/templates/topology.html
@@ -67,7 +67,7 @@ under the License.
               Click on a circle to color instances by their value for that 
metric."></span>
         </div>
         <p class="text-muted text-center">
-          <em>Click to color instances by metric over a time period</em>
+          <em>Click the circles below to color instances by metric over a time 
period</em>
         </p>
         <table class="stat-rollup-table">
           <tbody class="stats">

Reply via email to