You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/05/10 14:51:23 UTC

[GitHub] mitchell852 commented on a change in pull request #2236: update portal info bubbles

mitchell852 commented on a change in pull request #2236: update portal info bubbles
URL: https://github.com/apache/incubator-trafficcontrol/pull/2236#discussion_r187352185
 
 

 ##########
 File path: traffic_portal/app/src/traffic_portal_properties.json
 ##########
 @@ -252,49 +252,49 @@
             "title": "Global Max TPS",
             "desc": "The maximum transactions this delivery service can serve across all EDGE caches before traffic will be diverted to the bypass destination. For a DNS delivery service, the Bypass Ipv4 or Ipv6 will be used (depending on whether this was a A or AAAA request), and for HTTP delivery services the Bypass FQDN will be used."
           },
-	  "fqPacingRate": {
-	    "title": "Fair Queuing Pacing Rate Bps",
+          "fqPacingRate": {
+            "title": "Fair Queuing Pacing Rate Bps",
             "desc": "The maximum bytes per second a cache will delivery on any single TCP connection. This uses the Linux kernel's Fair Queuing setsockopt(SO_MAX_PACING_RATE) to limit the rate of delivery."
-	   },
+          },
           "httpBypassFqdn": {
             "title": "HTTP Bypass FQDN",
             "desc": "This is the FQDN Traffic Router will redirect to (with the same path) when the max Bps or Max Tps for this delivery service are exceeded."
           },
           "infoUrl": {
             "title": "Info URL",
-            "desc": "Info URL for this delivery service."
+            "desc": "Free text field allowing you to enter a URL which provides information about the service. To be consumed from the APIs by downstream tools."
 
 Review comment:
   No need to say who it's consume by. Theoretically, it can be consumed by any API consumer. or just viewed in the UI.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services