linkerd2/cli
Risha Mars 2f5b5ea5f2
Start implementing conduit stat summary endpoint (#671)
Start implementing new conduit stat summary endpoint. 
Changes the public-api to call prometheus directly instead of the
telemetry service. Wired through to `api/stat` on the web server,
as well as `conduit statsummary` on the CLI. Works for deployments only.

Current implementation just retrieves requests and mesh/total pod count 
(so latency stats are always 0). 

Uses API defined in #663
Example queries the stat endpoint will eventually satisfy in #627

This branch includes commits from @klingerf 

* run ./bin/dep ensure
* run ./bin/update-go-deps-shas
2018-04-05 17:05:06 -07:00
..
cmd Start implementing conduit stat summary endpoint (#671) 2018-04-05 17:05:06 -07:00
install Start implementing conduit stat summary endpoint (#671) 2018-04-05 17:05:06 -07:00
Dockerfile-bin Start implementing conduit stat summary endpoint (#671) 2018-04-05 17:05:06 -07:00
main.go Replace shelling out with kubernetes proxy (#249) 2018-02-02 10:31:59 -08:00