[GitHub] incubator-trafficcontrol pull request #425: Add Traffic Monitor 2.0 HTTP gzi...

2017-04-17 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/425#discussion_r111807542 --- Diff: traffic_monitor_golang/traffic_monitor/datareq/datareq.go --- @@ -157,16 +159,34 @@ func WrapErrCode(errorCount threadsafe.Uint

[GitHub] incubator-trafficcontrol pull request #425: Add Traffic Monitor 2.0 HTTP gzi...

2017-04-17 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/425#discussion_r111807495 --- Diff: traffic_monitor_golang/traffic_monitor/datareq/datareq.go --- @@ -235,3 +276,39 @@ func addTrailingSlashEndpoints(dispatchMap

[GitHub] incubator-trafficcontrol issue #475: Fix TM2 cache states to removed deleted...

2017-04-17 Thread rob05c
Github user rob05c commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/475 This also fixed Traffic Ops' `rascalstatus`, which pulls from CacheStates without regard for CrStates, and hence will get duplicate, old data for any caches moved from one CDN

[GitHub] incubator-trafficcontrol pull request #443: Remove TO client ResumeSession, ...

2017-04-10 Thread rob05c
Github user rob05c closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/443 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-trafficcontrol pull request #428: Deprecate TO client ResumeSessio...

2017-04-07 Thread rob05c
Github user rob05c closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/428 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-trafficcontrol pull request #443: Remove TO client ResumeSession, ...

2017-04-07 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/443 Remove TO client ResumeSession, remove juju dep Removes traffic_ops/client.ResumeSession(). This allows us to remove the juju persistent cookie dependency, which has

[GitHub] incubator-trafficcontrol issue #425: Add Traffic Monitor 2.0 HTTP gzip suppo...

2017-04-05 Thread rob05c
Github user rob05c commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/425 This also makes the GUI faster and more resilient with poor connectivity, because browsers transparently accept and decode gzip in the AJAX requests. --- If your project is set up

[GitHub] incubator-trafficcontrol pull request #428: Deprecate TO client ResumeSessio...

2017-04-04 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/428 Deprecate TO client ResumeSession, remove juju dependency Changes the TO client ResumeSession to always return nil and an error as if the persisted cookie had expired, and adds

[GitHub] incubator-trafficcontrol pull request #425: Add TM2 HTTP gzip support

2017-04-03 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/425 Add TM2 HTTP gzip support Because text compresses well, and most Traffic Monitor endpoints are large amounts of repetitive text, this makes most endpoints go from tens of megabytes

[GitHub] incubator-trafficcontrol issue #352: Fix Traffic Monitor 2.0 GUI non-reporte...

2017-03-30 Thread rob05c
Github user rob05c commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/352 This looks like a lot of code, but it's really just fixing the status text in the GUI endpoint. --- If your project is set up for it, you can reply to this email and have your

[GitHub] incubator-trafficcontrol pull request #415: Add Traffic Monitor 2.0 Hot Log ...

2017-03-30 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/415 Add Traffic Monitor 2.0 Hot Log Location Reloading Adds TM2 reloading log locations when they change in the config file. This allows e.g. changing the debug log location from "

[GitHub] incubator-trafficcontrol issue #414: Fix Traffic Monitor 2.0 RPM build to se...

2017-03-28 Thread rob05c
Github user rob05c commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/414 Intentionally doesn't update `version.go` to match, so we can verify it works. Tested with an RPM built in Jenkins with this branch, installed on a QA monitor

[GitHub] incubator-trafficcontrol pull request #414: Fix Traffic Monitor 2.0 RPM buil...

2017-03-28 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/414 Fix Traffic Monitor 2.0 RPM build to set the binary Version to Traffic Control Version You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-trafficcontrol pull request #408: Fix Traffic Monitor 2.0 fetcher ...

2017-03-27 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/408 Fix Traffic Monitor 2.0 fetcher UserAgent You can merge this pull request into a Git repository by running: $ git pull https://github.com/rob05c/incubator-trafficcontrol tm2

[GitHub] incubator-trafficcontrol pull request #406: Fix TM2 to refresh DsStats maps ...

2017-03-24 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/406 Fix TM2 to refresh DsStats maps on CRConfig poll You can merge this pull request into a Git repository by running: $ git pull https://github.com/rob05c/incubator

[GitHub] incubator-trafficcontrol issue #325: Adding an experimental go based rest AP...

2017-03-23 Thread rob05c
Github user rob05c commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/325 @nir-sopher Sorry about the slow response, we've been crazy busy here, with two big releases in the last three weeks. FYI I'm not a Committer, so I can't merge your PR, but we can

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107812849 --- Diff: traffic_ops/experimental/go-api/tenant/EndPointSeeder.go --- @@ -0,0 +1,202 @@ +package tenant + +/* + Licensed

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107812127 --- Diff: traffic_ops/experimental/go-api/tenant/EndPointSeeder.go --- @@ -0,0 +1,202 @@ +package tenant + +/* + Licensed

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107813158 --- Diff: traffic_ops/experimental/go-api/tenant/EndPointSeeder.go --- @@ -0,0 +1,202 @@ +package tenant + +/* + Licensed

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107810958 --- Diff: traffic_ops/experimental/go-api/tenant/EndPointSeeder.go --- @@ -0,0 +1,202 @@ +package tenant + +/* + Licensed

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107813615 --- Diff: traffic_ops/experimental/go-api/tenant/EndPointSeeder.go --- @@ -0,0 +1,202 @@ +package tenant + +/* + Licensed

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107812486 --- Diff: traffic_ops/experimental/go-api/tenant/EndPointSeeder.go --- @@ -0,0 +1,202 @@ +package tenant + +/* + Licensed

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107808481 --- Diff: traffic_ops/experimental/go-api/api.go --- @@ -0,0 +1,112 @@ +package main + +/* + Licensed under the Apache

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107809703 --- Diff: traffic_ops/experimental/go-api/tenant/EndPointSeeder.go --- @@ -0,0 +1,202 @@ +package tenant + +/* + Licensed

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107813099 --- Diff: traffic_ops/experimental/go-api/tenant/EndPointSeeder.go --- @@ -0,0 +1,202 @@ +package tenant + +/* + Licensed

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107810203 --- Diff: traffic_ops/experimental/go-api/tenant/EndPointSeeder.go --- @@ -0,0 +1,202 @@ +package tenant + +/* + Licensed

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107814559 --- Diff: traffic_ops/experimental/go-api/api.go --- @@ -0,0 +1,112 @@ +package main + +/* + Licensed under the Apache

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107813482 --- Diff: traffic_ops/experimental/go-api/tenant/EndPointSeeder.go --- @@ -0,0 +1,202 @@ +package tenant + +/* + Licensed

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107811076 --- Diff: traffic_ops/experimental/go-api/tenant/EndPointSeeder.go --- @@ -0,0 +1,202 @@ +package tenant + +/* + Licensed

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107814537 --- Diff: traffic_ops/experimental/go-api/api.go --- @@ -0,0 +1,112 @@ +package main + +/* + Licensed under the Apache

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107810020 --- Diff: traffic_ops/experimental/go-api/tenant/EndPointSeeder.go --- @@ -0,0 +1,202 @@ +package tenant + +/* + Licensed

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107810629 --- Diff: traffic_ops/experimental/go-api/tenant/EndPointSeeder.go --- @@ -0,0 +1,202 @@ +package tenant + +/* + Licensed

[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/325#discussion_r107812722 --- Diff: traffic_ops/experimental/go-api/tenant/EndPointSeeder.go --- @@ -0,0 +1,202 @@ +package tenant + +/* + Licensed

[GitHub] incubator-trafficcontrol pull request #405: Add experimental TO monitoring.j...

2017-03-23 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/405 Add experimental TO monitoring.json microservice Perl DBIx takes 8s to return monitoring.json. Perl DBI raw SQL takes 1s. This Go microservice takes 50ms. You can merge this pull

[GitHub] incubator-trafficcontrol issue #392: Change TO monitoring.json to raw SQL

2017-03-22 Thread rob05c
Github user rob05c commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/392 @PSUdaemon Done. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] incubator-trafficcontrol pull request #392: Change TO monitoring.json to raw...

2017-03-21 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/392 Change TO monitoring.json to raw SQL This is 3-10x faster, and this endpoint is one of the slowest. You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-trafficcontrol pull request #383: Add Traffic Ops Server Detail CD...

2017-03-17 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/383 Add Traffic Ops Server Detail CDN field, add client Server() This is needed by Traffic Monitor, to get its own CDN efficiently, instead of having to query all servers. You can

[GitHub] incubator-trafficcontrol pull request #382: Fix TM2 to not be build with all...

2017-03-17 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/382 Fix TM2 to not be build with all build.sh You can merge this pull request into a Git repository by running: $ git pull https://github.com/rob05c/incubator-trafficcontrol tm2

[GitHub] incubator-trafficcontrol pull request #372: Add Traffic Monitor 2.0 getting ...

2017-03-15 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/372 Add Traffic Monitor 2.0 getting its CDN from Traffic Ops Adds Traffic Monitor 2.0 getting the name of the CDN to monitor from Traffic Ops. The CDN is the CDN that this Traffic

[GitHub] incubator-trafficcontrol pull request #366: Add Traffic Monitor 2.0 document...

2017-03-14 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/366 Add Traffic Monitor 2.0 documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/rob05c/incubator-trafficcontrol tm2-docs

[GitHub] incubator-trafficcontrol pull request #355: Change TM2 to not 503 for new un...

2017-03-13 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/355 Change TM2 to not 503 for new unpolled caches Changes Traffic Monitor 2.0 to not return 503 when a new CRConfig with new, unpolled caches is received, after startup. Now

[GitHub] incubator-trafficcontrol pull request #353: Fix Traffic Monitor 2.0 to mark ...

2017-03-13 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/353 Fix Traffic Monitor 2.0 to mark System.NotAvailable caches polled You can merge this pull request into a Git repository by running: $ git pull https://github.com/rob05c

[GitHub] incubator-trafficcontrol issue #151: Add experimental Go ATS config

2017-03-12 Thread rob05c
Github user rob05c commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/151 @knutsel Added. I'd still like to see it merged, yes. Separating ATS configuration into its own app is both a step toward microservices and away from monoliths, and a step

[GitHub] incubator-trafficcontrol pull request #339: Reduce Traffic Monitor 2.0 Loggi...

2017-03-07 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/339 Reduce Traffic Monitor 2.0 Logging Lowers several logs to Info. Fixes a log issue, of logging an error value after changing it. You can merge this pull request into a Git

[GitHub] incubator-trafficcontrol pull request #332: Fix TM2 to remove OFFLINEd peers...

2017-03-06 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/332 Fix TM2 to remove OFFLINEd peers, timeout peers Fixes Traffic Monitor 2.0 to remove peers which have been marked OFFLINE in Traffic Ops from its endpoints. OFFLINEd peers

[GitHub] incubator-trafficcontrol pull request #330: Add Traffic Monitor offline vali...

2017-03-03 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/330 Add Traffic Monitor offline validator library, service, nagios app You can merge this pull request into a Git repository by running: $ git pull https://github.com/rob05c

[GitHub] incubator-trafficcontrol issue #327: [TC-72] Dockerfile build local

2017-03-03 Thread rob05c
Github user rob05c commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/327 @dangogh @alficles Yes, traffic_monitor and traffic_monitor_golang should never both be built. One is replacing the other. The plan is to rename the `traffic_monitor_golang

[GitHub] incubator-trafficcontrol issue #323: Move Traffic Monitor 2.0 Data Request t...

2017-03-01 Thread rob05c
Github user rob05c commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/323 @dneuman64 Done. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] incubator-trafficcontrol pull request #328: Add TM2 offline validator utilit...

2017-03-01 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/328 Add TM2 offline validator utility pkg and service This is dependent on changesets in PR #323, don't merge before it. You can merge this pull request into a Git repository

[GitHub] incubator-trafficcontrol pull request #320: Add Traffic Monitor 2.0 /publish...

2017-02-28 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/320 Add Traffic Monitor 2.0 /publish/Stats 95th percentile cache poll time Also changes polling to be slightly under the target time, and fixes a global variable potential threadsafety

[GitHub] incubator-trafficcontrol pull request #283: Fix TO client Login, add stats U...

2017-02-14 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/283 Fix TO client Login, add stats UserAgent You can merge this pull request into a Git repository by running: $ git pull https://github.com/rob05c/incubator-trafficcontrol tm2

[GitHub] incubator-trafficcontrol pull request #270: Fix Traffic Monitor 2.0 Duplicat...

2017-02-09 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/270 Fix Traffic Monitor 2.0 Duplicate Events Fixes duplicate events from the Peer and Stat manager both calling CombineCrStates with their own maps of whether the event had been

[GitHub] incubator-trafficcontrol pull request #261: Cleanup Traffic Monitor 2.0 TODO...

2017-02-07 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/261 Cleanup Traffic Monitor 2.0 TODOs, improve request time accuracy You can merge this pull request into a Git repository by running: $ git pull https://github.com/rob05c

[GitHub] incubator-trafficcontrol pull request #251: Add TM2 error logs for bad start...

2017-02-03 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/251 Add TM2 error logs for bad start state params You can merge this pull request into a Git repository by running: $ git pull https://github.com/rob05c/incubator-trafficcontrol

[GitHub] incubator-trafficcontrol pull request #250: CrStates now correctly updates t...

2017-02-03 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/250#discussion_r99379507 --- Diff: traffic_monitor_golang/traffic_monitor/deliveryservice/stat.go --- @@ -241,8 +241,12 @@ func addDSPerSecStats(dsName

[GitHub] incubator-trafficcontrol pull request #250: CrStates now correctly updates t...

2017-02-03 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/250#discussion_r99379255 --- Diff: traffic_monitor_golang/traffic_monitor/deliveryservice/stat.go --- @@ -241,8 +241,12 @@ func addDSPerSecStats(dsName

[GitHub] incubator-trafficcontrol pull request #250: CrStates now correctly updates t...

2017-02-03 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/250#discussion_r99372539 --- Diff: traffic_monitor_golang/traffic_monitor/health/cache.go --- @@ -201,7 +201,7 @@ func CalcAvailability(results []cache.Result

[GitHub] incubator-trafficcontrol pull request #248: Add TM2 host header to cache req...

2017-02-02 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/248 Add TM2 host header to cache requests You can merge this pull request into a Git repository by running: $ git pull https://github.com/rob05c/incubator-trafficcontrol tm2

[GitHub] incubator-trafficcontrol pull request #242: Fix TM2 PerSec stats to only com...

2017-02-01 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/242 Fix TM2 PerSec stats to only compute new results You can merge this pull request into a Git repository by running: $ git pull https://github.com/rob05c/incubator

[GitHub] incubator-trafficcontrol issue #212: Add support for delivery service thresh...

2017-01-23 Thread rob05c
Github user rob05c commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/212 Other than those 2 little things, looks great. Not enough to -1, if they take more than 5mins. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-trafficcontrol pull request #212: Add support for delivery service...

2017-01-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/212#discussion_r97406714 --- Diff: traffic_monitor/experimental/traffic_monitor/static/index.html --- @@ -382,7 +386,7

[GitHub] incubator-trafficcontrol pull request #212: Add support for delivery service...

2017-01-23 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/212#discussion_r97405960 --- Diff: traffic_monitor/experimental/traffic_monitor/deliveryservice/stat.go --- @@ -72,7 +74,7 @@ func setStaticData(dsStats Stats

[GitHub] incubator-trafficcontrol pull request #204: Traffic Monitor 2.0 Dynamic Thre...

2017-01-20 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/204 Traffic Monitor 2.0 Dynamic Threshold Addition and Refactor This required a big refactor. Don't merge this until Jeff's upcoming Events PR is merged. There will be conflicts, I'll

[GitHub] incubator-trafficcontrol pull request #194: Traffic Monitor 2.0 poll fixes, ...

2017-01-17 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/194 Traffic Monitor 2.0 poll fixes, move static files You can merge this pull request into a Git repository by running: $ git pull https://github.com/rob05c/incubator

[GitHub] incubator-trafficcontrol pull request #193: TM2 - Minor changes to the UI to...

2017-01-17 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/193#discussion_r96502701 --- Diff: traffic_monitor/experimental/traffic_monitor/index.html --- @@ -504,18 +536,13 @@ Type

[GitHub] incubator-trafficcontrol pull request #193: TM2 - Minor changes to the UI to...

2017-01-17 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/193#discussion_r96501891 --- Diff: traffic_monitor/experimental/traffic_monitor/index.html --- @@ -141,6 +132,7 @@ setInterval

[GitHub] incubator-trafficcontrol pull request #180: Traffic Monitor 2.0 fix readme r...

2017-01-11 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/180 Traffic Monitor 2.0 fix readme run instructions You can merge this pull request into a Git repository by running: $ git pull https://github.com/rob05c/incubator

[GitHub] incubator-trafficcontrol pull request #178: Add Traffic Monitor 2.0 Stat Spa...

2017-01-11 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/178 Add Traffic Monitor 2.0 Stat Spans Adds TM2 stat spans, to reduce memory by de-duplicating stats that haven't changed. Adds a func to add trailing slashed to all HTTP

[GitHub] incubator-trafficcontrol pull request #173: [TC-92] -- Add RPM build for goT...

2017-01-10 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/173#discussion_r95421273 --- Diff: traffic_monitor/experimental/traffic_monitor/srvhttp/srvhttp.go --- @@ -134,22 +136,29 @@ func ParametersStr(params url.Values

[GitHub] incubator-trafficcontrol pull request #173: [TC-92] -- Add RPM build for goT...

2017-01-10 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/173#discussion_r95421340 --- Diff: traffic_monitor/experimental/traffic_monitor/srvhttp/srvhttp.go --- @@ -134,22 +136,29 @@ func ParametersStr(params url.Values

[GitHub] incubator-trafficcontrol pull request #172: [TC-91] TM2 - Add support for pa...

2017-01-10 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/172#discussion_r95404995 --- Diff: traffic_monitor/experimental/traffic_monitor/manager/datarequest.go --- @@ -198,6 +204,16 @@ func NewCacheStatFilter(params

[GitHub] incubator-trafficcontrol issue #167: Refactor and cleanup the influxdb_tools...

2017-01-10 Thread rob05c
Github user rob05c commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/167 +1 on built-in vendoring, -1 on godep unless there's a compelling reason. I'd also be +1 on Makefiles iff there's a compelling reason for them. Go build tools are minimal

[GitHub] incubator-trafficcontrol pull request #171: Traffic Monitor 2.0 fixes

2017-01-09 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/171 Traffic Monitor 2.0 fixes Fixes for various uncommon Traffic Control scenarios. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-trafficcontrol pull request #99: Fix statHistory to be newest-firs...

2016-12-08 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/99#discussion_r91558538 --- Diff: traffic_monitor/experimental/common/poller/poller.go --- @@ -157,68 +187,151 @@ func (p HttpPoller) Poll

[GitHub] incubator-trafficcontrol pull request #99: Fix statHistory to be newest-firs...

2016-12-08 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/99#discussion_r91558204 --- Diff: traffic_monitor/experimental/traffic_monitor/cache/data.go --- @@ -1,4 +1,8 @@ -package manager +package cache

[GitHub] incubator-trafficcontrol pull request #99: Fix statHistory to be newest-firs...

2016-12-08 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/99#discussion_r91555159 --- Diff: traffic_monitor/experimental/common/poller/heap.go --- @@ -0,0 +1,112 @@ +package poller + +import ( + &quo

[GitHub] incubator-trafficcontrol pull request #99: Fix statHistory to be newest-firs...

2016-12-08 Thread rob05c
Github user rob05c commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/99#discussion_r91555135 --- Diff: traffic_monitor/experimental/common/poller/heap.go --- @@ -0,0 +1,112 @@ +package poller + +import ( + &quo

<    1   2