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

This commit is contained in:
吴晟 Wu Sheng 2020-06-19 11:30:44 +08:00 committed by GitHub
parent e5971ae4fc
commit 8c2c50b70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -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"
},
{

@ -1 +1 @@
Subproject commit a1dc92ce4ea54523a2e3ad8b4ba6cf2b69a40916
Subproject commit 06faa2d46a370ee2c747756e1a4518179015e5f3