teleport/integration
rosstimothy e5c745f331
Add manual tracing instrumentation to tsh (#13204)
Create spans for all public facing TeleportClient,
ProxyClient, and NodeClient methods. This makes
correlating spans easier to reason about when
looking at `tsh` traces. As a result of creating
spans, some additional context propagation is
required as well to ensure that spans are linked
properly.

This also removes the unused `quiet` argument from
`ConnectToCluster`. It's usage was not consistent
by existing callers, and it was ignored, so in order
to avoid confusion in future calls, it was removed.

#12241
2022-06-11 15:34:40 +00:00
..
hsm Add client side circuit breaker to auth clients (#10282) 2022-06-03 11:55:56 -04:00
agent_forwarding_test.go Security fixes (#13298) 2022-06-08 18:12:45 +00:00
app_integration_test.go Move SetTestTimeouts() to TestMain (#13312) 2022-06-08 17:05:06 -04:00
client_test.go Improve error msg when client fails to auth in Teleport (#12677) 2022-05-31 15:24:57 +00:00
db_integration_test.go Move SetTestTimeouts() to TestMain (#13312) 2022-06-08 17:05:06 -04:00
ec2_test.go Add client side circuit breaker to auth clients (#10282) 2022-06-03 11:55:56 -04:00
helpers.go Add manual tracing instrumentation to tsh (#13204) 2022-06-11 15:34:40 +00:00
hostuser_test.go Add sudoers provisioning support (#12061) 2022-06-09 16:06:18 +00:00
integration.go Added new integration test (not turned on yet) 2016-04-07 18:20:38 -07:00
integration_test.go Add manual tracing instrumentation to tsh (#13204) 2022-06-11 15:34:40 +00:00
kube_integration_test.go Move SetTestTimeouts() to TestMain (#13312) 2022-06-08 17:05:06 -04:00
port_forwarding_test.go Cleaned up NewClient in integration tests. 2022-02-08 16:29:48 -08:00
ports.go Add ability to run Mongo proxy on separate listener (#9194) 2021-12-14 14:26:14 +01:00
proxy_helpers_test.go IP-based validation for SSH (#13243) 2022-06-08 22:49:37 +00:00
proxy_test.go Restore HTTP_PROXY for multi-port mode (#13048) 2022-06-07 11:57:16 -07:00
proxy_tunnel_strategy_test.go Add proxy peering support (#12359) 2022-06-02 17:08:24 +00:00
terminal_test.go Ports some integration tests to Testify/Subtests (#6884) 2021-05-26 19:05:46 -07:00
utmp_integration_test.go Automatically import EC2 tags (#12593) 2022-05-31 23:19:16 +00:00