mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-02-10 00:30:34 +00:00
13 lines
434 B
Go
13 lines
434 B
Go
//go:build windows
|
|
|
|
package time
|
|
|
|
const (
|
|
ClockFrequencyAdjustmentPPBTotal = "Clock Frequency Adjustment (ppb)"
|
|
ComputedTimeOffset = "Computed Time Offset"
|
|
NTPClientTimeSourceCount = "NTP Client Time Source Count"
|
|
NTPRoundTripDelay = "NTP Roundtrip Delay"
|
|
NTPServerIncomingRequestsTotal = "NTP Server Incoming Requests"
|
|
NTPServerOutgoingResponsesTotal = "NTP Server Outgoing Responses"
|
|
)
|