liuhaoyang commented on code in PR #9620:
URL: https://github.com/apache/skywalking/pull/9620#discussion_r1009087136
##########
oap-server/server-starter/src/main/resources/ui-initialized-templates/os_linux/linux-service.json:
##########
@@ -156,10 +156,12 @@
"showYAxis": true
},
"metrics": [
- "meter_vm_filesystem_percentage"
+ "meter_vm_filesystem_percentage",
+ "meter_vm_filesystem_percentage_telegraf"
],
"metricTypes": [
- "readLabeledMetricsValues"
+ "readLabeledMetricsValues",
+ "readMetricsValues"
Review Comment:
I don't think these two metrics will appear at the same time in the same
dashboard. The two indicators are only for compatibility with the data that the
chart can query.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]