mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-09 23:39:36 +00:00
Clean up types
This commit is contained in:
parent
64a6ad7b5a
commit
2c423e61d3
@ -29,10 +29,6 @@ type alias Silence =
|
||||
}
|
||||
|
||||
|
||||
|
||||
-- TODO: Implement Alert.
|
||||
|
||||
|
||||
type alias AlertGroup =
|
||||
{ blocks : List Block
|
||||
, labels : List ( String, String )
|
||||
@ -60,10 +56,6 @@ type alias RouteOpts =
|
||||
{ receiver : String }
|
||||
|
||||
|
||||
|
||||
-- TODO: Implement Matcher.
|
||||
|
||||
|
||||
type alias Matcher =
|
||||
{ name : String
|
||||
, value : String
|
||||
|
Loading…
Reference in New Issue
Block a user