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