linkerd2/controller/api/public
Carol A. Scott bb2921a3d9
Verify in Prometheus edges query that data for a specific resource type exists (#2826)
Adds a check to Prometheus `edges` queries to verify that data for the requested
resource type exists. Previously, if Prometheus could not find request data for the
requested resource type, it would skip that label and still return data for
other labels in the `by` clause, leading to an incorrect response.
2019-05-15 16:03:48 -07:00
..
testdata proxy: Upgrade to identity-capable proxy (#2524) 2019-03-19 14:20:39 -07:00
client.go Adding edges endpoint to public API (#2793) 2019-05-09 09:30:11 -07:00
client_test.go lint: Enable unparam (#2369) 2019-02-27 10:34:02 -08:00
edges.go Verify in Prometheus edges query that data for a specific resource type exists (#2826) 2019-05-15 16:03:48 -07:00
grpc_server.go Public API endpoint `Config()` (#2455) 2019-03-07 17:37:46 -05:00
grpc_server_test.go Fix web init to not check for ServiceProfiles (#2470) 2019-03-07 15:20:46 -08:00
http_server.go Adding edges endpoint to public API (#2793) 2019-05-09 09:30:11 -07:00
http_server_test.go Adding edges endpoint to public API (#2793) 2019-05-09 09:30:11 -07:00
prometheus.go Verify in Prometheus edges query that data for a specific resource type exists (#2826) 2019-05-15 16:03:48 -07:00
proto_over_http.go lint: Enable unparam (#2369) 2019-02-27 10:34:02 -08:00
proto_over_http_test.go lint: Enable unparam (#2369) 2019-02-27 10:34:02 -08:00
stat_summary.go Fixes #2607: Remove TLS from stat (#2613) 2019-04-04 10:37:42 -07:00
stat_summary_test.go Fixes #2607: Remove TLS from stat (#2613) 2019-04-04 10:37:42 -07:00
test_helper.go Adding edges endpoint to public API (#2793) 2019-05-09 09:30:11 -07:00
top_routes.go cli: Always display stat tables for all routes (#2466) 2019-03-11 14:17:20 -07:00
top_routes_test.go Wire up stats for Jobs (#2416) 2019-03-01 17:16:54 -08:00