未验证 提交 8c2c50b7 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Introduce the chart bar in the UI templates. (#4947)

上级 e5971ae4
...@@ -356,7 +356,7 @@ templates: ...@@ -356,7 +356,7 @@ templates:
"independentSelector": false, "independentSelector": false,
"metricType": "REGULAR_VALUE", "metricType": "REGULAR_VALUE",
"queryMetricType": "readMetricsValues", "queryMetricType": "readMetricsValues",
"chartType": "ChartLine", "chartType": "ChartBar",
"metricName": "instance_jvm_young_gc_count, instance_jvm_old_gc_count" "metricName": "instance_jvm_young_gc_count, instance_jvm_old_gc_count"
}, },
{ {
...@@ -380,7 +380,7 @@ templates: ...@@ -380,7 +380,7 @@ templates:
"metricType": "REGULAR_VALUE", "metricType": "REGULAR_VALUE",
"metricName": "instance_clr_gen0_collect_count, instance_clr_gen1_collect_count, instance_clr_gen2_collect_count", "metricName": "instance_clr_gen0_collect_count, instance_clr_gen1_collect_count, instance_clr_gen2_collect_count",
"queryMetricType": "readMetricsValues", "queryMetricType": "readMetricsValues",
"chartType": "ChartLine" "chartType": "ChartBar"
}, },
{ {
"width": 3, "width": 3,
...@@ -730,7 +730,7 @@ templates: ...@@ -730,7 +730,7 @@ templates:
"independentSelector": false, "independentSelector": false,
"metricType": "REGULAR_VALUE", "metricType": "REGULAR_VALUE",
"queryMetricType": "readMetricsValues", "queryMetricType": "readMetricsValues",
"chartType": "ChartLine", "chartType": "ChartBar",
"metricName": "instance_jvm_young_gc_count, instance_jvm_old_gc_count" "metricName": "instance_jvm_young_gc_count, instance_jvm_old_gc_count"
}, },
{ {
...@@ -754,7 +754,7 @@ templates: ...@@ -754,7 +754,7 @@ templates:
"metricType": "REGULAR_VALUE", "metricType": "REGULAR_VALUE",
"metricName": "instance_clr_gen0_collect_count, instance_clr_gen1_collect_count, instance_clr_gen2_collect_count", "metricName": "instance_clr_gen0_collect_count, instance_clr_gen1_collect_count, instance_clr_gen2_collect_count",
"queryMetricType": "readMetricsValues", "queryMetricType": "readMetricsValues",
"chartType": "ChartLine" "chartType": "ChartBar"
}, },
{ {
"width": 3, "width": 3,
...@@ -939,7 +939,7 @@ templates: ...@@ -939,7 +939,7 @@ templates:
"metricType": "REGULAR_VALUE", "metricType": "REGULAR_VALUE",
"metricName": "meter_instance_jvm_young_gc_count,meter_instance_jvm_old_gc_count", "metricName": "meter_instance_jvm_young_gc_count,meter_instance_jvm_old_gc_count",
"queryMetricType": "readMetricsValues", "queryMetricType": "readMetricsValues",
"chartType": "ChartLine", "chartType": "ChartBar",
"unit": "Per Minute" "unit": "Per Minute"
}, },
{ {
...@@ -963,7 +963,7 @@ templates: ...@@ -963,7 +963,7 @@ templates:
"metricType": "REGULAR_VALUE", "metricType": "REGULAR_VALUE",
"metricName": "meter_instance_trace_count,meter_instance_trace_analysis_error_count", "metricName": "meter_instance_trace_count,meter_instance_trace_analysis_error_count",
"queryMetricType": "readMetricsValues", "queryMetricType": "readMetricsValues",
"chartType": "ChartLine", "chartType": "ChartBar",
"unit": "Per Minute" "unit": "Per Minute"
}, },
{ {
...@@ -989,7 +989,7 @@ templates: ...@@ -989,7 +989,7 @@ templates:
"metricType": "REGULAR_VALUE", "metricType": "REGULAR_VALUE",
"metricName": "meter_instance_mesh_count,meter_instance_mesh_analysis_error_count", "metricName": "meter_instance_mesh_count,meter_instance_mesh_analysis_error_count",
"queryMetricType": "readMetricsValues", "queryMetricType": "readMetricsValues",
"chartType": "ChartLine", "chartType": "ChartBar",
"unit": "Per Minute" "unit": "Per Minute"
}, },
{ {
...@@ -1015,7 +1015,7 @@ templates: ...@@ -1015,7 +1015,7 @@ templates:
"metricType": "REGULAR_VALUE", "metricType": "REGULAR_VALUE",
"metricName": "meter_instance_metrics_first_aggregation,meter_instance_metrics_second_aggregation", "metricName": "meter_instance_metrics_first_aggregation,meter_instance_metrics_second_aggregation",
"queryMetricType": "readMetricsValues", "queryMetricType": "readMetricsValues",
"chartType": "ChartLine", "chartType": "ChartBar",
"unit": "Per Minute" "unit": "Per Minute"
}, },
{ {
...@@ -1027,7 +1027,7 @@ templates: ...@@ -1027,7 +1027,7 @@ templates:
"metricType": "REGULAR_VALUE", "metricType": "REGULAR_VALUE",
"metricName": "meter_instance_persistence_timer_prepare_count,meter_instance_persistence_timer_execute_count,meter_instance_persistence_timer_bulk_error_count", "metricName": "meter_instance_persistence_timer_prepare_count,meter_instance_persistence_timer_execute_count,meter_instance_persistence_timer_bulk_error_count",
"queryMetricType": "readMetricsValues", "queryMetricType": "readMetricsValues",
"chartType": "ChartLine", "chartType": "ChartBar",
"unit": "Per 5 Minutes" "unit": "Per 5 Minutes"
}, },
{ {
......
Subproject commit a1dc92ce4ea54523a2e3ad8b4ba6cf2b69a40916 Subproject commit 06faa2d46a370ee2c747756e1a4518179015e5f3
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册