mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-06 18:46:36 +00:00
7 lines
118 B
Go
7 lines
118 B
Go
package smb
|
|
|
|
const (
|
|
currentOpenFileCount = "Current Open File Count"
|
|
treeConnectCount = "Tree Connect Count"
|
|
)
|