From fbead0fb79e4f0a14c1ebd004e3bf5bf2c4da9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Sat, 24 Aug 2024 16:57:34 +0200 Subject: [PATCH] terminal_services: remove old metric from docs (#1583) --- docs/collector.terminal_services.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/collector.terminal_services.md b/docs/collector.terminal_services.md index 0a826941..ea8c6f7c 100644 --- a/docs/collector.terminal_services.md +++ b/docs/collector.terminal_services.md @@ -19,7 +19,6 @@ None | Name | Description | Type | Labels | |------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|-----------------| | `windows_terminal_services_session_info` | Info about active WTS sessions | gauge | host,user,state | -| `windows_terminal_services_local_session_count` | Number of local Terminal Services sessions. | gauge | `session` | | `windows_terminal_services_connection_broker_performance_total`* | The total number of connections handled by the Connection Brokers since the service started. | counter | `connection` | | `windows_terminal_services_handles` | Total number of handles currently opened by this process. This number is the sum of the handles currently opened by each thread in this process. | gauge | `session_name` | | `windows_terminal_services_page_fault_total` | Rate at which page faults occur in the threads executing in this process. A page fault occurs when a thread refers to a virtual memory page that is not in its working set in main memory. The page may not be retrieved from disk if it is on the standby list and therefore already in main memory. The page also may not be retrieved if it is in use by another process which shares the page. | counter | `session_name` |