mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-27 23:26:37 +00:00
change desc about tree connect count
Signed-off-by: Andrey Burtasov <BurtasovAA@GSP-I.RU>
This commit is contained in:
@@ -101,7 +101,7 @@ func (c *collector) Build() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
c.CurrentOpenFileCount = desc("server_shares_current_open_file_count", "Current total count open files on the SMB Server")
|
c.CurrentOpenFileCount = desc("server_shares_current_open_file_count", "Current total count open files on the SMB Server")
|
||||||
c.TreeConnectCount = desc("server_shares_tree_connect_count", "Tree connect count to SMB Server")
|
c.TreeConnectCount = desc("server_shares_tree_connect_count", "Count of user connections to the SMB Server")
|
||||||
|
|
||||||
c.enabledCollectors = make([]string, 0, len(smbAllCollectorNames))
|
c.enabledCollectors = make([]string, 0, len(smbAllCollectorNames))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user