smb: refactor collector (#1740)

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
Jan-Otto Kröpke
2024-11-15 21:27:28 +01:00
committed by GitHub
parent b209ab6d6a
commit 6206b695c6
4 changed files with 147 additions and 136 deletions

View File

@@ -0,0 +1,6 @@
package smb
const (
currentOpenFileCount = "Current Open File Count"
treeConnectCount = "Tree Connect Count"
)