wu-sheng commented on code in PR #12130:
URL: https://github.com/apache/skywalking/pull/12130#discussion_r1571951751


##########
oap-server/server-starter/src/main/resources/ui-initialized-templates/postgresql/postgresql-service.json:
##########
@@ -31,7 +31,7 @@
                     "title": "Fetched Rows Trend (rows per second)"
                   },
                   "expressions": [
-                    "meter_pg_fetched_rows_rate"
+                    
"aggregate_labels(meter_pg_fetched_rows_rate,sum(service_instance_id))"

Review Comment:
   > Yes, I put details in instance level, and service only display different 
instances metrics.
   
   This isn't the point of this fix. The key to do this is making service 
metric back. If only showing per instance, the old kernel works already.
   
   Please fix accordingly.



-- 
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]

Reply via email to