linkerd2/controller/api/public
Risha Mars b8dc83f9d2
Modify the Stat API to handle requests for resource type "all" (#928)
Allow the Stat endpoint in the public-api to accept requests for resourceType "all".

Currently, this queries Pods, Deployments, RCs and Services, but can be modified 
to query other resources as well.

Both the CLI and web endpoints now work if you set resourceType to all.

e.g. `conduit stat all`
2018-05-11 14:35:37 -07:00
..
client.go Deprecate Tap, rename TapByResource to Tap (#844) 2018-04-25 12:24:46 -07:00
client_test.go Misc cleanup following the telemetry rewrite (#771) 2018-04-16 15:51:07 -07:00
grpc_server.go Deprecate Tap, rename TapByResource to Tap (#844) 2018-04-25 12:24:46 -07:00
grpc_server_test.go Implement Public API and Tap on top of Lister (#835) 2018-04-24 18:10:48 -07:00
http_server.go Deprecate Tap, rename TapByResource to Tap (#844) 2018-04-25 12:24:46 -07:00
http_server_test.go Implement TapByResource in Tap Service (#827) 2018-04-23 16:13:26 -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 Misc cleanup following the telemetry rewrite (#771) 2018-04-16 15:51:07 -07:00
stat_summary.go Modify the Stat API to handle requests for resource type "all" (#928) 2018-05-11 14:35:37 -07:00
stat_summary_test.go Modify the Stat API to handle requests for resource type "all" (#928) 2018-05-11 14:35:37 -07:00
test_helper.go Introduce tapByResource cli command (#802) 2018-04-19 14:44:23 -07:00