python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how to configure nodename as label in the prometheus alert
I have Prometheus alert , I need node Name in the labels
- alert: example-alert
annotations:
description: Memory on node currently at %
is under pressure
summary: Memo...
Rajendar Talatam
Votes: 0
Answers: 0
how to exclude some job in count by prometheus query
I have a prometheus query which is as below:
100 * (count by(job, namespace, service) (up == 0) / count by(job, namespace, service) (up)) > 10
and it is giving result
{job="kubernetes-pods&quo...
user17966463
Votes: 0
Answers: 1
Prometheus install using helm - prometheus and alertmanger pods Terminating in a loop
Hell All-
i have Prometheus installed using Helm
chart : prometheus-community/kube-prometheus-stack
command :
helm install kube-prometheus-stack prometheus-community/kube-prometheus-stack -n monitori...
Karan Alang
Votes: 0
Answers: 1