linkerd2/controller/api/public
Risha Mars ffabdefc6c
Add queries to prometheus to determine number of fully meshed requests (#983)
- Update the `response_total` prometheus query of the StatSummary endpoint to also
break queries out by a `meshed` label. 
- Add a 'Secured' column to the web UI/CLI stat displays, which indicate the percentage of traffic
starting and ending in the mesh

This meshed label is used in the CLI/Web UI to display a column of the percentage of traffic that
starts/ends in the mesh. (Which is a proxy indicator for whether that traffic is 'secured' when we
add TLS by default for intra mesh requests).

The `meshed` label is not yet added anywhere, so until it is supplied by the proxy, all traffic will
show up as 0% secured in the web/CLI.
2018-05-24 11:05:09 -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 Add queries to prometheus to determine number of fully meshed requests (#983) 2018-05-24 11:05:09 -07:00
stat_summary_test.go Add queries to prometheus to determine number of fully meshed requests (#983) 2018-05-24 11:05:09 -07:00
test_helper.go Fix bug in the public-api where conduit stat params were ignored (#971) 2018-05-18 16:06:06 -07:00