alertmanager/inhibit
Max Leonard Inden 09a7370572
main.go: Move marker metric registering into types/types.go
Instead of registering marker metrics inside of
cmd/alertmanager/main.go, register them in types/types.go, encapsulating
marker specific logic in its module, not in main.go. In addition it
paves the path for removing the usage of the global metric registry in
the future, by taking a local metric registerer.

Signed-off-by: Max Leonard Inden <IndenML@gmail.com>
2019-02-05 14:59:22 +01:00
..
inhibit.go pull out shared code for storing alerts (#1507) 2018-09-03 14:52:53 +02:00
inhibit_test.go main.go: Move marker metric registering into types/types.go 2019-02-05 14:59:22 +01:00