mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-11 13:06:36 +00:00
time: refactor collector (#1728)
This commit is contained in:
10
internal/collector/time/const.go
Normal file
10
internal/collector/time/const.go
Normal file
@@ -0,0 +1,10 @@
|
||||
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"
|
||||
)
|
||||
Reference in New Issue
Block a user