mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
12 lines
362 B
Go
12 lines
362 B
Go
package system
|
|
|
|
const (
|
|
ContextSwitchesPersec = "Context Switches/sec"
|
|
ExceptionDispatchesPersec = "Exception Dispatches/sec"
|
|
ProcessorQueueLength = "Processor Queue Length"
|
|
SystemCallsPersec = "System Calls/sec"
|
|
SystemUpTime = "System Up Time"
|
|
Processes = "Processes"
|
|
Threads = "Threads"
|
|
)
|