rob05c commented on issue #5001:
URL: https://github.com/apache/trafficcontrol/issues/5001#issuecomment-685152129


   We had a discussion about this, and realized none of the Monitor clients of 
that endpoint actually need interface-specific data.
   
   So, the easiest solution is to just keep the old endpoint unchanged, and not 
add a new endpoint. We can always add a new endpoint in the future, if we find 
we need it.
   
   We should be able to just make the monitor sum the stats for each interface, 
turning
   
   `map[tc.CacheName]map[string]map[string][]ResultStatVal`
   
   into
   
   `map[tc.CacheName]map[string][]ResultStatVal`
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to