diff --git a/docs/pages/architecture/tls-routing.mdx b/docs/pages/architecture/tls-routing.mdx index 3059e25526e9..7be9f3e3f084 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 8e5b794bc6b2..ab898ebd40fa 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 +```