ocket8888 commented on code in PR #7291:
URL: https://github.com/apache/trafficcontrol/pull/7291#discussion_r1090866985


##########
traffic_ops/traffic_ops_golang/monitoring/monitoring.go:
##########
@@ -188,7 +188,7 @@ SELECT
        status.name as status,
        cachegroup.name as cachegroup,
        me.tcp_port as port,
-       profile.name as profile,
+       (SELECT STRING_AGG(sp.profile_name, '+' ORDER by sp.priority ASC) FROM 
server_profile AS sp where sp.server=me.id group by sp.server) as profile,

Review Comment:
   What would be *most* helpful to TM would be to not have to look up profiles 
at all, and just get the data it needs on each server without needing to know 
what Profiles and Parameters even are.



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