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


##########
oap-server/server-starter/src/main/resources/ui-initialized-templates/general/general-service.json:
##########
@@ -860,6 +860,19 @@
                   "type": "Log"
                 }
               ]
+            },
+            {
+              "name": "Slow Statements",
+              "children": [
+                {
+                  "x": 0,
+                  "y": 0,
+                  "w": 24,
+                  "h": 48,
+                  "i": "0",
+                  "type": "SlowStatements"
+                }
+              ]

Review Comment:
   This should bind an expression like I shared in 
https://github.com/apache/skywalking/pull/13514#issuecomment-3326366693



##########
oap-server/server-starter/src/main/resources/ui-initialized-templates/general/general-service.json:
##########
@@ -860,6 +860,19 @@
                   "type": "Log"
                 }
               ]
+            },
+            {
+              "name": "Slow Statements",
+              "children": [
+                {
+                  "x": 0,
+                  "y": 0,
+                  "w": 24,
+                  "h": 48,
+                  "i": "0",
+                  "type": "SlowStatements"
+                }
+              ]

Review Comment:
   Nothing should be hard-coded.



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