mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 22:27:17 +02: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 New Issue
Block a user