linkerd2/cli/cmd
Dennis Adjei-Baah 893bacf8d6
Make prometheus URL in config fully qualified DNS name (#443)
The telemetry service in the controller pod uses a non-fully qualified URL to connect to the prometheus pod in the control plane. This PR changes the URL the telemetry's prometheus URL to be fully qualified to be consistent with other URLs in the control plane. This change was tested in minikube. The logs report no errors and looking at the prometheus dashboard shows that stats are being recorded from all conduit proxies.

fixes #414

Signed-off-by: Dennis Adjei-Baah dennis@buoyant.io
2018-02-26 09:40:31 -08:00
..
testdata Make prometheus URL in config fully qualified DNS name (#443) 2018-02-26 09:40:31 -08:00
check.go Remove kubectl dependency, validate k8s server version via api (#396) 2018-02-20 12:14:11 -08:00
check_test.go Remove kubectl dependency, validate k8s server version via api (#396) 2018-02-20 12:14:11 -08:00
completion.go Add -log-level flag for install and inject commands (#239) 2018-02-01 12:38:07 -08:00
completion_test.go Add shell completion command to cli (#97) 2017-12-28 14:24:06 -08:00
dashboard.go Run conduit dashboard on ephemeral port by default (#394) 2018-02-20 10:33:47 -08: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 Improve get/stat/tap help text by way of examples (#401) 2018-02-20 19:27:42 -08:00
get_test.go fix typo error (#153) 2018-01-16 11:20:21 -05:00
inject.go Inject the conduit proxy into controller pod during conduit install (#365) 2018-02-23 13:55:46 -08:00
inject_test.go Inject the conduit proxy into controller pod during conduit install (#365) 2018-02-23 13:55:46 -08:00
install.go Add a test of the actual default output of `conduit install`. (#376) 2018-02-23 13:27:36 -10:00
install_test.go Add a test of the actual default output of `conduit install`. (#376) 2018-02-23 13:27:36 -10:00
root.go Replace shelling out with kubernetes proxy (#249) 2018-02-02 10:31:59 -08:00
stat.go Improve get/stat/tap help text by way of examples (#401) 2018-02-20 19:27:42 -08:00
stat_test.go Remove pod-level metrics from web and CLI (#304) 2018-02-08 19:07:10 -08:00
tap.go Improve get/stat/tap help text by way of examples (#401) 2018-02-20 19:27:42 -08:00
tap_test.go Move EosCtx to common for Tap and Telemetery (#204) 2018-01-24 15:48:00 -08:00
test_helper.go Print error message only when invalid YAML file is used with inject command (#389) 2018-02-20 11:59:41 -08:00
version.go Add --short and --client to CLI version command (#274) 2018-02-05 17:02:45 -05:00
version_test.go Update cli subcommands to print errors when encountered (#221) 2018-01-29 11:28:19 -08:00