mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Fix alertmanager API path.
Change-Id: Iea6059decb121c7e75c1828406c4e0b3f2fc1c5d
This commit is contained in:
parent
682cf6fc51
commit
92ea823e0c
|
@ -31,7 +31,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
alertmanagerApiEventsPath = "/api/events"
|
alertmanagerApiEventsPath = "/api/alerts"
|
||||||
contentTypeJson = "application/json"
|
contentTypeJson = "application/json"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue