linkerd2/controller/api/public
Risha Mars 46c99febf2
Don't panic on stats that aren't included in StatAllResourceTypes (#1154)
Problem
`conduit stat` would cause a panic for any resource that wasn't in the list 
of StatAllResourceTypes
This bug was introduced by https://github.com/runconduit/conduit/pull/1088/files

Solution
Fix writeStatsToBuffer to not depend on what resources are in StatAllResourceTypes
Also adds a unit test and integration test for `conduit stat ns`
2018-06-19 17:00:16 -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 Allow k8s API clients to watch a subset of resources (#1118) 2018-06-14 11:09:01 -07:00
grpc_server_test.go Rename Lister to API and expose informers as well as listers (#1072) 2018-06-12 10:27:55 -07:00
http_server.go Move controller/util and web/util packages to pkg (#1109) 2018-06-13 11:25:56 -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 Propagate errors in conduit containers to the api (#1117) 2018-06-14 16:22:31 -07:00
stat_summary_test.go Don't panic on stats that aren't included in StatAllResourceTypes (#1154) 2018-06-19 17:00:16 -07:00
test_helper.go Don't panic on stats that aren't included in StatAllResourceTypes (#1154) 2018-06-19 17:00:16 -07:00