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 4e60690 bugfix: Fix CLR Heap Memory metrics aggregation configuration
error in ui-initialized-templates. (#5346)
4e60690 is described below
commit 4e606902506fb8930f9a74771c7fc73157f0b816
Author: snakorse <[email protected]>
AuthorDate: Tue Aug 18 15:53:55 2020 +0800
bugfix: Fix CLR Heap Memory metrics aggregation configuration error in
ui-initialized-templates. (#5346)
Co-authored-by: 郭刚平 <[email protected]>
---
.../server-bootstrap/src/main/resources/ui-initialized-templates.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 9f1a141..81e2da0 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
@@ -403,7 +403,9 @@ templates:
"metricName": "instance_clr_heap_memory",
"queryMetricType": "readMetricsValues",
"chartType": "ChartLine",
- "unit": "MB"
+ "unit": "MB",
+ "aggregation": "/",
+ "aggregationNum": "1048576"
},
{
"width": 3,