mhoppa commented on a change in pull request #3758: Rewrote 
deliveryservice_stats to Go
URL: https://github.com/apache/trafficcontrol/pull/3758#discussion_r328742465
 
 

 ##########
 File path: traffic_ops/traffic_ops_golang/config/config.go
 ##########
 @@ -122,6 +125,14 @@ type ConfigLDAP struct {
        LDAPTimeoutSecs int    `json:"ldap_timeout_secs"`
 }
 
+type ConfigInflux struct {
+       User string `json:"user"`
+       Password string `json:"password"`
+       DSDBName string `json:"deliveryservice_stats_db_name"`
+       CacheDBName string `json:"cache_stats_db_name"`
+       Secure *bool
 
 Review comment:
   json:"secure" ?

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


With regards,
Apache Git Services

Reply via email to