Hi,
On 4/12/20 8:32 AM, Adarsh Kumar Pandey wrote:
> I just wanted to know that is it possible to get alerts generated from
> sources other than Prometheus alerting rules ? can you please point me
> to the documentation of that.
In general, this is possible, yes, see here:
https://prometheus.io/docs/alerting/clients/
However, you would have to mimic the semantics of this API pretty
closely (especially continuous resending of alerts).
Kind regards,
Christian