Skip to content

Commit

Permalink
monitoring and metrics - small vale corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcallister committed Aug 2, 2024
1 parent 0285eef commit 8035034
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/pages/management/diagnostics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ Kubernetes probes to monitor the health of a Teleport process.
The `http://127.0.0.1:3000/healthz` endpoint responds with a body of
`{"status":"ok"}` and an HTTP 200 OK status code if the process is running.

This is a simple check, suitable for determining if the Teleport process is
still running.
This is a check to determine if the Teleport process is still running.

## `/readyz`

Expand Down Expand Up @@ -78,7 +77,7 @@ The following metrics are available:

<Notice scope={["cloud"]} type="tip">

Teleport Cloud does not expose monitoring endpoints for the Auth Service and Proxy Service.
Teleport Enterprise (cloud-hosted) does not expose monitoring endpoints for the Auth Service and Proxy Service.

</Notice>

Expand Down Expand Up @@ -139,7 +138,7 @@ After updating `teleport.yaml`, start your `teleport` instance to apply the new

## tsh

To capture traces from `tsh` simply add the `--trace` flag to your command. All traces generated by `tsh --trace` will be
To capture traces from `tsh` add the `--trace` flag to your command. All traces generated by `tsh --trace` will be
proxied to the `exporter_url` defined for the Auth Service of the cluster the command is being run on.

```code
Expand Down

0 comments on commit 8035034

Please sign in to comment.