linkerd2/controller/api/public
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
..
client.go Define a new telemetry Stat API (#663) 2018-04-03 14:45:58 -07:00
client_test.go Enable race detection in ci (#259) 2018-02-02 15:04:52 -08:00
grpc_server.go Start implementing conduit stat summary endpoint (#671) 2018-04-05 17:05:06 -07:00
grpc_server_test.go Exclude telemetry generated by the control plane when requesting depl… (#493) 2018-03-05 17:58:08 -08:00
http_server.go Start implementing conduit stat summary endpoint (#671) 2018-04-05 17:05:06 -07:00
http_server_test.go Define a new telemetry Stat API (#663) 2018-04-03 14:45:58 -07:00
proto_over_http.go Better error handling for Tap (#177) 2018-01-25 11:49:38 -05:00
proto_over_http_test.go Remove per-path metrics from telemetry pipeline (#317) 2018-02-09 14:20:28 -08:00
stat_summary.go Start implementing conduit stat summary endpoint (#671) 2018-04-05 17:05:06 -07:00
test_helper.go Define a new telemetry Stat API (#663) 2018-04-03 14:45:58 -07:00