mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-12 16:06:37 +00:00
9 lines
138 B
Go
9 lines
138 B
Go
//go:build windows
|
|
|
|
package smb
|
|
|
|
const (
|
|
currentOpenFileCount = "Current Open File Count"
|
|
treeConnectCount = "Tree Connect Count"
|
|
)
|