[prometheus-users] Prometheus operator pod is not running

2020-06-28 Thread Devops Engineers
Hello Everyone Actually my prometheus operator readiness failed because of this i am unable to open my UI .I have checked the logs but i couldn't able to find any error messages related to prometheus Could you please check the below logs and do the needful . *LOGS :*X567H40N2WD level=info

Re: [prometheus-users] Re: not able to see metrics from query browser even though end point is up and showing metrics through curl

2020-06-28 Thread Kumar
up metric showing value 1 and alos targets it is showing up as well. is there nay time mismatch between prometheus server and exporter? if yes,, how could we disable it. On Sunday, June 28, 2020 at 6:44:57 AM UTC-5 b.ca...@pobox.com wrote: > tcpdump -i eth0 -nn -s0 -A host x.x.x.x and tcp port

[prometheus-users] Re: Scrape Notification

2020-06-28 Thread Stephen Perkins
Hey Brian, Thanks for the reply. I do agree that I'm not using Prometheus as intended. The rationale for my question is that I'm interested in working "around" what I would consider "limitations" of Grafana. I want to coordinate the visualization of events alongside the time series data I

[prometheus-users] Alert handling using alertmanager even handler .

2020-06-28 Thread Pooja Chauhan
Hi , I want to handle alerts like jenkins process down using alertmanager even handler. But the document is not helping me with how to configure it . Really need help on from where to download this : https://github.com/jjneely/am-event-handler and how to start with it.The documentation is not

Re: [prometheus-users] Re: not able to see metrics from query browser even though end point is up and showing metrics through curl

2020-06-28 Thread Wesley Peng
Hi Brian Candler wrote: "up" missing - scraping not configured. "up" has value 0 - unable to communicate or data is bad. "up" has value 1 - maybe partial scrape Check logs at prometheus and exporter; check traffic between prometheus and exporter with tcpdump. Can you show a sample tcpdump

[prometheus-users] Re: not able to see metrics from query browser even though end point is up and showing metrics through curl

2020-06-28 Thread Brian Candler
Then you're probably not scraping it, or the custom exporter is returning invalid data. Check the value of the "up" metric in query browser for the given job and instance, i.e. up{job="foo",instance="bar"} "up" missing - scraping not configured. "up" has value 0 - unable to communicate or data

[prometheus-users] Re: kube-apiserver availability calculation using PromQL

2020-06-28 Thread mahmoud shiri varamini
The issue resolved: https://stackoverflow.com/questions/62516996/availability-calculation-using-promql On Monday, June 22, 2020 at 6:50:33 PM UTC+4:30, mahmoud shiri varamini wrote: > > Hi, > I'm trying to monitor my Kubernetes cluster availability. I'm scraping > kube-apiserver metrics and