Skip to main content

All Questions

-1 votes
0 answers
19 views

Script to Deploy Grafana Dashboard with PromQL and Alert Queries [closed]

I'm looking to build a script that can deploy a Grafana dashboard with PromQL queries and alert queries all in one go. The idea is to automate the deployment process so that I can simply call the ...
Samantha V's user avatar
0 votes
0 answers
24 views

how to configure Grafana alertmanager datasource with kube-prometheus-stack helm deployment

I am using the prometheus alertmanager that gets deployed by the kube-prometheus-stack helm deployment. Now I want to connect Grafana and tried to configure a alertmanager datasource what fails with ...
Herr Hempel's user avatar
0 votes
1 answer
23 views

Categorisation of alerts in Prometheus and grafana

I want to do categorisation of alerts in Prometheus and grafana if cpu usage is between 70 and 75 then medium , if cpu usage is between 75 and 80 medium and usage is greater than 80 then critical ...
Akash Kotkar's user avatar
0 votes
1 answer
63 views

How to configure Prometheus Alertmanager for alerting when any container goes down?

I am using Prometheus Alertmanager to monitor dozens of hosts and hundreds of containers on these hosts. I need to receive notifications when any container goes down. I understand from the ...
alis's user avatar
  • 1
0 votes
1 answer
157 views

Custom alerts sent to Alertmanager not showing up in Grafana

I am currently using a version of the kube-prometheus-stack Helm chart to deploy Grafana, Prometheus and Alertmanager. I made a Go program to send custom alerts to Alertmanager (this feature will be ...
quenting's user avatar
0 votes
2 answers
438 views

Is there a way to set up alert with Prometheus storage retention size

Is there a way to set a prometheus alert on storage.tsdb.retention.size, lets say if the retention size has been hit, i want an alert sent out.
floormind's user avatar
  • 1,966
2 votes
0 answers
172 views

Prometheus Alerting when Kubernetes service are down

I have few services in my Kubernetes cluster. I need to get alert when any of the service is down. Right now, I'm getting alerts for other scenarios like pod not ready, Crashloopbackoff etc. I'm using ...
Alexy Pulivelil's user avatar
0 votes
0 answers
54 views

Grafana value_string not in alert template anymore

I am using Grafana for alert messages based on prometheus datasource conditions. Since update to Grafana 10 the alerts do not contain the value_string anymore. My understanding is that the ...
Neneil's user avatar
  • 105
0 votes
2 answers
2k views

How to connect Grafana with Loki over HTTPS?

I am trying connecting Grafana with Loki over HTTPS. I have the certificates for both Grafana and Loki. They are signed by my organization, and they have provided me with the CA.cer and file.pfx(...
Mahirq8's user avatar
  • 50
0 votes
0 answers
24 views

helm understanding alerts on grafana promoteus stack alert

can someone help me understand the ‘interval: 5m’, ‘relativeTimeRange’ , ‘intervalMs’ and ‘maxDataPoints’ ? I am using this yaml: groups: - orgId: 1 name: statefulset status ...
ILovePizza's user avatar
1 vote
0 answers
512 views

How to provide default values for values in a Prometheus timeseries that are null

Me and my team want to write a PromQL query that is true every time a new Helm Chart is deployed in our K8S cluster, which we can use to create an alert. We are scraping Kube metrics, and are scraping ...
Lawrence Warren's user avatar
1 vote
2 answers
827 views

Loki not sending alerts to alertmanager

Trying to setup a Promtail-Loki-Alertmanager log pipeline but Loki is not sending any alerts to AM. Each of those services are running in Docker containers. Versions: Promtail: 2.8.2 Loki: 2.8.2 ...
NIGHTSCROLLER's user avatar
1 vote
2 answers
3k views

How to list prometheus alerts in a dashboard in grafana?

I have a stack where I create alerts in Prometheus. These alerts are listed under Grafana > Alert > Alert Rules. I wanted to create a dashboard where I could view the alerts in a simple way. ...
Pablo Marques's user avatar
0 votes
1 answer
252 views

Getting "In host: Unknown" in Prometheus alert

I have configured following alert-rules.yml as follows: groups: - name: alert.rules rules: - alert: HostOutOfMemory expr: ((node_memory_MemAvailable_bytes / node_memory_MemTotal_bytes) * ...
MsA's user avatar
  • 2,849
0 votes
0 answers
421 views

I set the limit to all containers in all namespaces . How to get Prometheus query for memory utilisation in a percentage

i set request and limit for all the containers for all namespaces. Looking for Prometheus query to create Prometheus alert using Grafana if memory utilization is more than 80% (Percentage) implemented ...
Yogesh Bhagwatkar's user avatar

15 30 50 per page
1
2 3 4 5 6