linkerd2/controller/script
Risha Mars 82f50b5536
Fix simulate-proxy script (#14)
Problem:
Simulate proxy would seemingly hang when used.
In simulate-proxy we were using rand.Uint32() to generate Count. This is way too big (in telemetry/server.go we call latencyStat.observe() Count times, so this loop was taking fovever).

Solution:
Use a count of 1 (as the surrounding loop will generate count requests)

Validation:
Script now works without hanging.
2017-12-08 11:15:05 -08:00
..
destination-client Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
simulate-proxy Fix simulate-proxy script (#14) 2017-12-08 11:15:05 -08:00