linkerd2/cli/cmd
Risha Mars ec3c861743
Enable Tap from the Web UI (#1356)
Adds a tap endpoint in the web api that communicates with the dashboard 
via websockets.
I've moved a bunch of code from the cli tap.go into utils so that the code 
can be shared between web and CLI. I think we should consider making the 
display more suited to web, but in the short term, reusing the CLI's 
rendering of tap events works.

Adds a Tap page in the Web UI that you can use to make tap requests. 
The form currently only allows you to enter a resource and namespace, 
other filters coming in a follow-up branch.
2018-07-24 14:23:42 -04:00
..
testdata Update prometheus labels to match k8s resource names (#1355) 2018-07-23 15:45:05 -07:00
check.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
check_test.go Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00
completion.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
completion_test.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
dashboard.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
dashboard_test.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
get.go Update prometheus labels to match k8s resource names (#1355) 2018-07-23 15:45:05 -07:00
get_test.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
inject.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
inject_test.go Remove executable bit from non-executable files. (#1335) 2018-07-16 13:55:52 -10:00
install.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
install_test.go Add TLS support to `conduit inject`. (#1220) 2018-06-27 16:04:07 -10:00
root.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
stat.go Update prometheus labels to match k8s resource names (#1355) 2018-07-23 15:45:05 -07:00
stat_test.go Update prometheus labels to match k8s resource names (#1355) 2018-07-23 15:45:05 -07:00
tap.go Enable Tap from the Web UI (#1356) 2018-07-24 14:23:42 -04:00
tap_test.go Enable Tap from the Web UI (#1356) 2018-07-24 14:23:42 -04:00
test_helper.go Add Grafana to conduit install (#444) 2018-02-28 11:36:21 -08:00
version.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
version_test.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00