windows_exporter icon indicating copy to clipboard operation
windows_exporter copied to clipboard

windows_terminal_services_local_session_count metric shows 2 inactive sessions by default

Open SupraOva opened this issue 3 years ago • 0 comments

It's all in the title, I'm facing an issue with the "windows_terminal_services_local_session_count" metric not displaying the correct inactive session value, 2 means 0 in reality. I tried different versions (0.15, 0.16, 0.17) same result no matter the version of Windows Server (from 2012 to 2022).

# TYPE windows_terminal_services_local_session_count gauge windows_terminal_services_local_session_count{session="active"} 0 windows_terminal_services_local_session_count{session="inactive"} 2 windows_terminal_services_local_session_count{session="total"} 2

Does anyone observe the same behaviour?

Thanks.

SupraOva avatar Dec 30 '21 13:12 SupraOva