mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-12 05:26:37 +00:00
smb: refactor collector (#1740)
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
6
internal/collector/smb/const.go
Normal file
6
internal/collector/smb/const.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package smb
|
||||
|
||||
const (
|
||||
currentOpenFileCount = "Current Open File Count"
|
||||
treeConnectCount = "Tree Connect Count"
|
||||
)
|
||||
Reference in New Issue
Block a user