mirror of
https://github.com/prometheus/alertmanager.git
synced 2026-02-05 15:45:34 +01:00
Remove unused Marker from Dispatcher struct (#2898)
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
@@ -80,7 +80,6 @@ type Dispatcher struct {
|
||||
metrics *DispatcherMetrics
|
||||
limits Limits
|
||||
|
||||
marker types.Marker
|
||||
timeout func(time.Duration) time.Duration
|
||||
|
||||
mtx sync.RWMutex
|
||||
@@ -121,7 +120,6 @@ func NewDispatcher(
|
||||
alerts: ap,
|
||||
stage: s,
|
||||
route: r,
|
||||
marker: mk,
|
||||
timeout: to,
|
||||
logger: log.With(l, "component", "dispatcher"),
|
||||
metrics: m,
|
||||
|
||||
Reference in New Issue
Block a user