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 03:31:00 UTC

[skywalking] branch master updated: Introduce the chart bar in the UI templates. (#4947)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8c2c50b  Introduce the chart bar in the UI templates. (#4947)
8c2c50b is described below

commit 8c2c50b70ceb4563b24a6652d9a03cc2cdab4945
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Jun 19 11:30:44 2020 +0800

    Introduce the chart bar in the UI templates. (#4947)
---
 .../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