You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ma...@apache.org on 2021/11/02 17:03:35 UTC

[trafficcontrol] branch master updated (6e1237e -> 24b7a2e)

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

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


    from 6e1237e  Fix GHA that checks db migration filenames to properly check timestamp digits (#6322)
     add 24b7a2e  Add ability to disable TM stats polling (#6310)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                               |  1 +
 docs/source/admin/traffic_monitor.rst      |  4 +++
 traffic_monitor/config/config.go           |  3 ++
 traffic_monitor/config/config_test.go      | 26 ++++++++++++++++-
 traffic_monitor/datareq/datareq.go         | 10 +++++--
 traffic_monitor/manager/health.go          | 37 ++++++++++++++----------
 traffic_monitor/manager/manager.go         | 27 ++++++++++++------
 traffic_monitor/manager/monitorconfig.go   |  5 +++-
 traffic_monitor/manager/opsconfig.go       |  7 +++--
 traffic_monitor/manager/stat.go            | 15 +++++-----
 traffic_monitor/threadsafe/polledcaches.go | 45 ++++++++++++++++++++++++++++++
 11 files changed, 145 insertions(+), 35 deletions(-)