[prometheus-developers] The alerts module of alertmanager have some fingerprint always in the memory.

2020-06-30 Thread 舒文君
The Alerts.alerts run the `func (a *Alerts) gc()`, at the same time, `aggrGroup.flush` is run. Some alert is resolved, so in the Alerts.alerts callback could delete fp from `Marker`. But, `aggrGroup.flush` with inhibitor and silencer could enter `Marker.SetInhibited` or `Marker.SetSilenced`, a

Re: [prometheus-developers] [RFC][Proposal]: Alertmanager Time Intervals

2020-06-30 Thread Benjamin Ridley
Hi everyone, The Alertmanager Time Interval design doc is now in its final stages. Again I want to thank you all for feedback and comments, they have been very productive and helpful. The final design allows users to specify a hierarchy of receivers with valid times for a route, and Alertmanager

Re: [prometheus-developers] Integrate Push Notifications with AlertManager

2020-06-30 Thread Ben Kochie
Similar, GitLab supports webhooks directly into Issues, and a new incident management system. On Tue, Jun 30, 2020 at 5:06 PM Julien Pivotto wrote: > On 28 Jun 07:17, Josh Wolff wrote: > > Oh, great, thank you for pointing me to these links! > > > > On Sunday, June 28, 2020 at 12:42:09 AM UTC-7,

Re: [prometheus-developers] Re: Helm charts home

2020-06-30 Thread Augustin Husson
Up, @Prometheus Developers for the vote, maybe you would like to do it in another topic ? @Stuart yeah for the option 3 it would make more sense to have in a dedicated organization. But the idea is there at least :) Le mar. 23 juin 2020 à 14:42, Stuart Clark a écrit : > On 2020-06-23 09:30, A

Re: [prometheus-developers] Integrate Push Notifications with AlertManager

2020-06-30 Thread Julien Pivotto
On 28 Jun 07:17, Josh Wolff wrote: > Oh, great, thank you for pointing me to these links! > > On Sunday, June 28, 2020 at 12:42:09 AM UTC-7, Stuart Clark wrote: > > > > On 28/06/2020 00:08, Josh Wolff wrote: > > > Hello, > > > > > > I want to integrate push notifications with Prometheus's Alert

Re: [prometheus-developers] Auto Scale Prometheus-Pushgateway Deployment

2020-06-30 Thread Julius Volz
Hi Vidur, Since the Pushgateway is only meant for certain few (and usually low-scale) use cases, there is usually no scaling need for it, and there is no common way of doing that besides manually splitting up pushing jobs over multiple Pushgateways. What is your use case that is creating enough lo