linkerd2/cli/cmd
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
..
testdata Fix non-default proxy-api port (#979) 2018-05-22 10:34:25 -07:00
check.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
check_test.go Remove kubectl dependency, validate k8s server version via api (#396) 2018-02-20 12:14:11 -08:00
completion.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
completion_test.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
dashboard.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
dashboard_test.go add check and friendly error if conduit dashboard is not installed (#289) 2018-02-19 09:28:56 -08:00
get.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
get_test.go fix typo error (#153) 2018-01-16 11:20:21 -05:00
inject.go change init image to root options, for install and inject to use (#1001) 2018-05-24 10:21:16 -07:00
inject_test.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
install.go Fix non-default proxy-api port (#979) 2018-05-22 10:34:25 -07:00
install_test.go Fix non-default proxy-api port (#979) 2018-05-22 10:34:25 -07:00
root.go change init image to root options, for install and inject to use (#1001) 2018-05-24 10:21:16 -07:00
stat.go Add queries to prometheus to determine number of fully meshed requests (#983) 2018-05-24 11:05:09 -07:00
tap.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
tap_test.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
test_helper.go Add Grafana to conduit install (#444) 2018-02-28 11:36:21 -08:00
version.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
version_test.go Update cli subcommands to print errors when encountered (#221) 2018-01-29 11:28:19 -08:00