wu-sheng commented on code in PR #9620:
URL: https://github.com/apache/skywalking/pull/9620#discussion_r1009078644
##########
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:
@Fine0830 I noticed this kind of hybrid setting, one for labeled metrics,
the other for a single value. Is this supported in the plan?
@soander Please post screenshot about how it looks like in OpenTelemetry and
Telegraf cases.
--
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]