mitchell852 commented on a change in pull request #2236: update portal info
bubbles
URL:
https://github.com/apache/incubator-trafficcontrol/pull/2236#discussion_r187352782
##########
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."
},
"initialDispersion": {
"title": "Initial Dispersion",
- "desc": "Description required"
+ "desc": "This is available only for HTTP Content Routing Types.
Determines number of machines content will be placed on within a cache group.
Default is 1, Setting too high will result in poor caching performance."
},
"ipv6RoutingEnabled": {
"title": "IPv6 Routing Enabled",
"desc": "When set to true, the Traffic Router will respond to AAAA
DNS requests for the routed name of this delivery service. Otherwise, only A
records will be served."
},
"logsEnabled": {
"title": "Logs Enabled",
- "desc": "Description required"
+ "desc": "Allows you to turn on/off logging for the service"
},
"longDesc": {
"title": "Long Description",
- "desc": "Long description for this delivery service."
+ "desc": "A short text field that describes the purpose of the
delivery service and will be displayed in the portal as a description field.
For example, you can use this field to describe your service. To be consumed
from the APIs by downstream tools."
Review comment:
typo. No need to discuss who the consumer is.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services