wankai123 commented on code in PR #12108:
URL: https://github.com/apache/skywalking/pull/12108#discussion_r1566650156
##########
oap-server/server-starter/src/main/resources/ui-initialized-templates/apisix/apisix-service.json:
##########
@@ -50,7 +50,7 @@
"showYAxis": true
},
"expressions": [
- "meter_apisix_sv_http_status_matched"
+ "aggregate_labels(meter_apisix_sv_http_status_matched,sum(code))"
Review Comment:
I think the hierarchy side metrics should aggravate labels too, since you
add `node` label in this metric.
--
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]