linkerd2/controller/api
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
..
proxy Move controller/util and web/util packages to pkg (#1109) 2018-06-13 11:25:56 -07:00
public Fix authority stat queries when a --from flag is used (#1289) 2018-07-06 17:29:08 -07:00
util Add the ability to query stats by authority (#1181) 2018-06-28 14:31:44 -07:00