mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-02-09 16:19:51 +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"
|
|
)
|