linkerd2/controller/api/public
Risha Mars 9050b2d312
Fix authority stat queries when a --from flag is used (#1289)
* Fix bug where we were using dst_authorities as a group by instead of authorities
* Add test to make sure we don't dst_authorities

Previously, we were only checking to make sure we didn't add 
dst_authorities in the query labels in promDstQueryLabels but we 
weren't checking the groupBy labels in promDstGroupByLabelNames - 
this caused us to try to query for dst_authorities when a --from 
query was sent. There are no dst_authorities, so there would be no 
named results.
2018-07-06 17:29:08 -07:00
..
client.go Add controller component pod uptimes to the ServiceMesh page (#1205) 2018-06-28 15:42:00 -07:00
client_test.go Update ListPods endpoint to return all pod owner types (#1275) 2018-07-05 15:14:16 -07:00
grpc_server.go Update ListPods endpoint to return all pod owner types (#1275) 2018-07-05 15:14:16 -07:00
grpc_server_test.go Update ListPods endpoint to return all pod owner types (#1275) 2018-07-05 15:14:16 -07:00
http_server.go Add controller component pod uptimes to the ServiceMesh page (#1205) 2018-06-28 15:42:00 -07:00
http_server_test.go Update ListPods endpoint to return all pod owner types (#1275) 2018-07-05 15:14:16 -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 Update ListPods endpoint to return all pod owner types (#1275) 2018-07-05 15:14:16 -07:00
stat_summary.go Fix authority stat queries when a --from flag is used (#1289) 2018-07-06 17:29:08 -07:00
stat_summary_test.go Fix authority stat queries when a --from flag is used (#1289) 2018-07-06 17:29:08 -07:00
test_helper.go Add controller component pod uptimes to the ServiceMesh page (#1205) 2018-06-28 15:42:00 -07:00