mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 22:27:17 +02:00
Rename Target Frequency -> Interval.
This commit is contained in:
parent
64dcf046b5
commit
45a3e0a182
@ -30,8 +30,8 @@ type Target struct {
|
|||||||
unreachableCount int
|
unreachableCount int
|
||||||
state TargetState
|
state TargetState
|
||||||
|
|
||||||
Address string
|
Address string
|
||||||
Frequency time.Duration
|
Interval time.Duration
|
||||||
}
|
}
|
||||||
|
|
||||||
// KEPT FOR LEGACY COMPATIBILITY; PENDING REFACTOR
|
// KEPT FOR LEGACY COMPATIBILITY; PENDING REFACTOR
|
||||||
|
Loading…
Reference in New Issue
Block a user