MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / filesystemCollector

Struct filesystemCollector

metric/filesystem_common.go:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36)
37
38type filesystemCollector struct {
39 ignoredMountPointsPattern *regexp.Regexp
40 ignoredFSTypesPattern *regexp.Regexp
41 sizeDesc, freeDesc, availDesc *prometheus.Desc
42 filesDesc, filesFreeDesc *prometheus.Desc
43 roDesc, deviceErrorDesc *prometheus.Desc
44}
45
46type filesystemLabels struct {
47 device, mountPoint, fsType string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected