You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/06/19 02:34:43 UTC

[skywalking] branch introduce-barchart created (now 9cfec38)

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

wusheng pushed a change to branch introduce-barchart
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 9cfec38  Introduce the chart bar in the UI templates.

This branch includes the following new commits:

     new 9cfec38  Introduce the chart bar in the UI templates.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Introduce the chart bar in the UI templates.

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch introduce-barchart
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 9cfec381da971d68b2d6891af8d5a531bcc888a3
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Jun 19 10:34:25 2020 +0800

    Introduce the chart bar in the UI templates.
---
 .../src/main/resources/ui-initialized-templates.yml    | 18 +++++++++---------
 skywalking-ui                                          |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates.yml b/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates.yml
index c36261c..20dd897 100644
--- a/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates.yml
+++ b/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates.yml
@@ -356,7 +356,7 @@ templates:
                   "independentSelector": false,
                   "metricType": "REGULAR_VALUE",
                   "queryMetricType": "readMetricsValues",
-                  "chartType": "ChartLine",
+                  "chartType": "ChartBar",
                   "metricName": "instance_jvm_young_gc_count, instance_jvm_old_gc_count"
                 },
                 {
@@ -380,7 +380,7 @@ templates:
                   "metricType": "REGULAR_VALUE",
                   "metricName": "instance_clr_gen0_collect_count, instance_clr_gen1_collect_count, instance_clr_gen2_collect_count",
                   "queryMetricType": "readMetricsValues",
-                  "chartType": "ChartLine"
+                  "chartType": "ChartBar"
                 },
                 {
                   "width": 3,
@@ -730,7 +730,7 @@ templates:
           "independentSelector": false,
           "metricType": "REGULAR_VALUE",
           "queryMetricType": "readMetricsValues",
-          "chartType": "ChartLine",
+          "chartType": "ChartBar",
           "metricName": "instance_jvm_young_gc_count, instance_jvm_old_gc_count"
         },
         {
@@ -754,7 +754,7 @@ templates:
           "metricType": "REGULAR_VALUE",
           "metricName": "instance_clr_gen0_collect_count, instance_clr_gen1_collect_count, instance_clr_gen2_collect_count",
           "queryMetricType": "readMetricsValues",
-          "chartType": "ChartLine"
+          "chartType": "ChartBar"
         },
         {
           "width": 3,
@@ -939,7 +939,7 @@ templates:
                   "metricType": "REGULAR_VALUE",
                   "metricName": "meter_instance_jvm_young_gc_count,meter_instance_jvm_old_gc_count",
                   "queryMetricType": "readMetricsValues",
-                  "chartType": "ChartLine",
+                  "chartType": "ChartBar",
                   "unit": "Per Minute"
                 },
                 {
@@ -963,7 +963,7 @@ templates:
                   "metricType": "REGULAR_VALUE",
                   "metricName": "meter_instance_trace_count,meter_instance_trace_analysis_error_count",
                   "queryMetricType": "readMetricsValues",
-                  "chartType": "ChartLine",
+                  "chartType": "ChartBar",
                   "unit": "Per Minute"
                 },
                 {
@@ -989,7 +989,7 @@ templates:
                   "metricType": "REGULAR_VALUE",
                   "metricName": "meter_instance_mesh_count,meter_instance_mesh_analysis_error_count",
                   "queryMetricType": "readMetricsValues",
-                  "chartType": "ChartLine",
+                  "chartType": "ChartBar",
                   "unit": "Per Minute"
                 },
                 {
@@ -1015,7 +1015,7 @@ templates:
                   "metricType": "REGULAR_VALUE",
                   "metricName": "meter_instance_metrics_first_aggregation,meter_instance_metrics_second_aggregation",
                   "queryMetricType": "readMetricsValues",
-                  "chartType": "ChartLine",
+                  "chartType": "ChartBar",
                   "unit": "Per Minute"
                 },
                 {
@@ -1027,7 +1027,7 @@ templates:
                   "metricType": "REGULAR_VALUE",
                   "metricName": "meter_instance_persistence_timer_prepare_count,meter_instance_persistence_timer_execute_count,meter_instance_persistence_timer_bulk_error_count",
                   "queryMetricType": "readMetricsValues",
-                  "chartType": "ChartLine",
+                  "chartType": "ChartBar",
                   "unit": "Per 5 Minutes"
                 },
                 {
diff --git a/skywalking-ui b/skywalking-ui
index a1dc92c..06faa2d 160000
--- a/skywalking-ui
+++ b/skywalking-ui
@@ -1 +1 @@
-Subproject commit a1dc92ce4ea54523a2e3ad8b4ba6cf2b69a40916
+Subproject commit 06faa2d46a370ee2c747756e1a4518179015e5f3