From 654c565c9778768ef88e8bc45eb3574cb64cac24 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Mon, 2 Oct 2023 17:32:46 -0400 Subject: [PATCH] [v14] docs: remove old versions ref (#32865) * docs: remove old versions ref * verbiage change Co-authored-by: Paul Gottschling --------- Co-authored-by: Paul Gottschling --- docs/pages/architecture/tls-routing.mdx | 3 +-- docs/pages/management/diagnostics/tracing.mdx | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/pages/architecture/tls-routing.mdx b/docs/pages/architecture/tls-routing.mdx index 3059e25526e9b..7be9f3e3f0840 100644 --- a/docs/pages/architecture/tls-routing.mdx +++ b/docs/pages/architecture/tls-routing.mdx @@ -28,8 +28,7 @@ TLS extensions. ## How it works -Starting from version `8.0` Teleport proxy listens for all client connections -on its `web_listen_addr` by default: +The Teleport Proxy Service listens for all client connections on its `web_listen_addr` by default: ```yaml proxy_service: diff --git a/docs/pages/management/diagnostics/tracing.mdx b/docs/pages/management/diagnostics/tracing.mdx index 8e5b794bc6b2d..ab898ebd40faf 100644 --- a/docs/pages/management/diagnostics/tracing.mdx +++ b/docs/pages/management/diagnostics/tracing.mdx @@ -21,9 +21,6 @@ tracing_service: sampling_rate_per_million: 1000000 ``` -Please note that tracing was added in the following versions: 8.3.18, 9.3.15, and 10.1.0. Enabling the above configuration -on a version prior to the versions with tracing support will result in a failure to parse the config file. - ### Sampling rate It is important to choose the sampling rate wisely. Sampling at a rate of 100% could have a negative impact on the @@ -71,4 +68,4 @@ format as the `exporter_url` of the `tracing_service`. ```code $ tsh --trace --trace-exporter=grpc://collector.example.com:4317 ssh root@myserver $ tsh --trace --trace-exporter=file:///var/lib/teleport/traces ls -``` \ No newline at end of file +```