Skip to content

Commit

Permalink
[v14] docs: remove old versions ref (#32865)
Browse files Browse the repository at this point in the history
* docs: remove old versions ref

* verbiage change

Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>

---------

Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
  • Loading branch information
stevenGravy and ptgott authored Oct 2, 2023
1 parent 56664e3 commit 654c565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/pages/architecture/tls-routing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 1 addition & 4 deletions docs/pages/management/diagnostics/tracing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
```

0 comments on commit 654c565

Please sign in to comment.