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

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


The following commit(s) were added to refs/heads/master by this push:
     new bd80c11  Add wildcard functionality to cache stats configuration in 
Traffic Stats
bd80c11 is described below

commit bd80c1185d17cbe009c5bf661f9294e9e2c64cfc
Author: Dylan Souza <dylan_so...@comcast.com>
AuthorDate: Mon Sep 24 17:20:25 2018 +0000

    Add wildcard functionality to cache stats configuration in Traffic Stats
---
 traffic_stats/traffic_stats.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_stats/traffic_stats.go b/traffic_stats/traffic_stats.go
index e68f039..e3bd54e 100644
--- a/traffic_stats/traffic_stats.go
+++ b/traffic_stats/traffic_stats.go
@@ -455,7 +455,7 @@ func getToData(config StartupConfig, init bool, configChan 
chan RunningConfig) {
                runningConfig.CacheMap[server.HostName] = server
        }
 
-       cacheStatPath := "/publish/CacheStats?hc=1&stats="
+       cacheStatPath := "/publish/CacheStats?hc=1&wildcard=1&stats="
        dsStatPath := "/publish/DsStats?hc=1&wildcard=1&stats="
        parameters, err := to.Parameters("TRAFFIC_STATS")
        if err != nil {

Reply via email to