Yeah after this much only I was not able to implement the database saving function so I was wondering if someone has any codes or suggestions for that.
On Tuesday, 7 April 2020 21:32:20 UTC+5:30, Matthias Rampke wrote: > > I don't think looking at alertmanager's internal storage is a good > solution. The formats there may change at any time. > > Instead, add a webhook receiver into your alert routing tree – if you add > it at the beginning and with continue: true, you will get a copy of every > notification as a webhook. Then you can do whatever you want with it, > including putting it into your database. > > /MR > > > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/2a4e9d4c-0257-44cc-b8cf-07d435887c50%40googlegroups.com.

