Re: [prometheus-developers] Multiple metrics path for Prometheus

2020-12-09 Thread Christian Hoffmann
Hi, On 12/9/20 12:42 PM, rakshit gupta wrote: How can (is it possible) I use multiple endpoints for metrics scraping in a job ? # The HTTP resource path on which to fetch metrics from targets.  [ metrics_path:

Re: [prometheus-developers] Alert Silence

2020-08-01 Thread Christian Hoffmann
Hi, On 7/31/20 9:41 AM, prabin jain wrote: > How to configure alert manager to make it silence after alert has been send  You can set send_resolved: false in the receiver configurations. You can also set a high repeat_interval to avoid too frequent repetitions. Keep in mind that this is capped by

Re: [prometheus-developers] mailing to differernt groups

2020-08-01 Thread Christian Hoffmann
Hi, On 7/31/20 9:42 AM, prabin jain wrote: > how can we mail to different group of people depending on the > application for which alert has been raised You will need some way to discern different applications, e.g. it should be a label or part of the alertname. Then, you can route based on this

Re: [prometheus-developers] New prometheus third party C client library

2020-06-04 Thread Christian Hoffmann
On 6/4/20 9:11 PM, Brian Brazil wrote: > * our software must support RedHat 7 because some of our client > servers are running on this distribution; the existing client > does not compile on this distribution because it uses atomic > doubles for thread safety, that is

Re: [prometheus-developers] Prometheus target state is Down

2020-04-27 Thread Christian Hoffmann
Hi, On 4/27/20 7:36 PM, srinivas vemula wrote: > I have implemented prometheus monitoring for docker container's. But few > server's the prometheus target state is Down for some reason. Could you > please help me to resolve this resolve. The targets page in the Web UI should provide some further

Re: [prometheus-developers] What does Alertmanager's data.retention arguemnt mean exactly?

2020-03-15 Thread Christian Hoffmann
Hi, On 3/15/20 1:03 PM, Shubham Choudhary wrote: > What exactly is meant by Alertmanager's "data.retention"? > > Alertmanager store live-alerts and silences only under nflog and > silences files respectively. > > Is retention meant for that? Yes, to my understand, it is. See here: https://gith