alertmanager/silence
Simon Pasquier 1531aa66f3 Fix for #1282 (#1286)
* cluster: add alertmanager_cluster_messages_queued metric

* cluster: add metrics for sent messages

This change adds 2 new metrics:

- alertmanager_cluster_messages_sent_total
- alertmanager_cluster_messages_sent_size_total

* Fix marshaling for entries being broadcast

Individual notifications logs and silences being broadcast to the other
peers need to be encoded using the same length-delimited format as when
doing full-state synchronization.

* main: fix argument order for cluster.Join()

cluster.Join() was called with the push/pull and gossip interval
parameters being swapped one for another.
2018-03-22 13:53:00 +01:00
..
silencepb *: move to memberlist for clustering 2018-02-08 12:18:44 +01:00
silence.go Fix for #1282 (#1286) 2018-03-22 13:53:00 +01:00
silence_test.go Fix for #1282 (#1286) 2018-03-22 13:53:00 +01:00