You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2019/12/12 19:57:27 UTC

[trafficcontrol] branch master updated (fb67aa5 -> 0b02a3c)

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from fb67aa5  Add Go implementation of POST servers/{id}/queue_update (#4181)
     add 0b02a3c  Add TO Go cdns/health, cdns/name/health (#2305)

No new revisions were added by this update.

Summary of changes:
 lib/go-tc/traffic_monitor.go                       |  12 ++
 lib/go-util/num.go                                 |   9 ++
 .../traffic_ops_golang/cachesstats/cachesstats.go  |  51 +------
 traffic_ops/traffic_ops_golang/cdn/capacity.go     |  75 +++--------
 traffic_ops/traffic_ops_golang/cdn/health.go       | 147 +++++++++++++++++++++
 .../traffic_ops_golang/dbhelpers/db_helpers.go     |  12 ++
 traffic_ops/traffic_ops_golang/routing/routes.go   |   3 +
 traffic_ops/traffic_ops_golang/tenant/tenancy.go   |  12 ++
 .../util/monitorhlp/monitorhlp.go                  | 122 +++++++++++++++++
 9 files changed, 337 insertions(+), 106 deletions(-)
 create mode 100644 traffic_ops/traffic_ops_golang/cdn/health.go
 create mode 100644 traffic_ops/traffic_ops_golang/util/monitorhlp/monitorhlp.go