Fix alertmanager API path.
Change-Id: Iea6059decb121c7e75c1828406c4e0b3f2fc1c5d
This commit is contained in:
parent
682cf6fc51
commit
92ea823e0c
|
@ -31,7 +31,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
alertmanagerApiEventsPath = "/api/events"
|
||||
alertmanagerApiEventsPath = "/api/alerts"
|
||||
contentTypeJson = "application/json"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue