Package net.bluemind.metrics.alerts.api
Interface IAlerts
@Path("/alerts")
public interface IAlerts
Bluemind internal API for the communication between Kapacitor and bm-core.
-
Method Summary
-
Method Details
-
receive
Send an alert. Used by Kapacitor to push an alert to bm-core.- Parameters:
alertPayload
- the alert content as aStream
-