From ef308d8e2088c497058a96eaf99ff5910e6d0340 Mon Sep 17 00:00:00 2001 From: Zac Bergquist Date: Tue, 26 Sep 2023 12:20:30 -0600 Subject: [PATCH] Remove mention of reversetunnel_connected_proxies (#32572) As far as I can tell, this metric never actually existed. Closes #5043 --- docs/pages/includes/metrics.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/pages/includes/metrics.mdx b/docs/pages/includes/metrics.mdx index 68e6e26bbdec7..a50b15ca2fc04 100644 --- a/docs/pages/includes/metrics.mdx +++ b/docs/pages/includes/metrics.mdx @@ -206,7 +206,6 @@ The following table identifies all metrics available for incoming connections. | - | - | - | - | | `process_state` | gauge | Teleport | State of the teleport process: 0 - ok, 1 - recovering, 2 - degraded, 3 - starting. | | `certificate_mismatch_total` | counter | Teleport | Number of SSH server login failures due to a certificate mismatch. | -| `reversetunnel_connected_proxies` | gauge | Teleport | Number of known proxies being sought. | | `rx` | counter | Teleport | Number of bytes received during an SSH connection. | | `server_interactive_sessions_total` | gauge | Teleport | Number of active sessions. | | `teleport_build_info` | gauge | Teleport | Provides build information of Teleport including gitref (git describe --long --tags), Go version, and Teleport version. The value of this gauge will always be 1. |