Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!.

Questions tagged [prometheus]

The Prometheus monitoring system.

Score of 0
1 answer
12 views

I'm unable to add the following alert rule to Prometheus alert rules. Any idea what's wrong with this alert rule? - alert: KubernetesPodNotHealthy expr: sum by (namespace, pod) ...
Score of 0
0 answers
14 views

I'm unable to see data for PODS memory, network and cpu usage under Prometheus grafana dashboard. I'm running this kubernetes cluster inside minikube on windows. Here is the query.. sum (rate (...
Score of 1
1 answer
82 views

I'm using the bundled windows_exporter inside Grafana's Alloy service for monitoring purposes of my Windows VMs. I do not wish to run this as local admin, and am running this service as a gMSA. This ...
Score of 0
0 answers
75 views

On the target VM I have enabled a systemd-exporter via docker and nginx as reverse proxy. So far I am getting my metrics into Grafana. systemd-exporter: image: prometheuscommunity/systemd-...
Score of 0
0 answers
44 views

I want to answer the following question: How much bytes did a specific VM instance sent in a certain time range (here: 12 hours). Is there a way to query this information using the Metrics Explorer? ...
Score of 0
0 answers
135 views

i am facing right now a very strange behaviour in Telegraf version 1.33.0 and newer in combination with the prometheus input plugin and the influxdb v2 output plugin. Assume follwing telegraf.conf [...
Score of 0
1 answer
170 views

I deployed a SNMP_exporter instance in my Kubernetes cluster (AKS). To be quick, this service is use to get SNMP data from servers or hardware. Some of these equipments need to have the service IP to ...
Score of 0
1 answer
87 views

I have setup a test project where a java client sends test metric to prometheus. It basically keeps calling Counter.inc() I can see the metric in prometheus and grafana. In grafana querying for the ...
Score of 0
0 answers
617 views

I started a prometheus instance (2.53.4 LTS) on a linux machine (Kubuntu) just for testing purposes. It runs as a local process and listens on localhost. I can see the report of the instance in ...
Score of 0
0 answers
120 views

Is it better to monitor multiple k8s clusters by kube Prometheus stack separately or in single kube Prometheus stack that deployed in one cluster also monitors the others? As there is complexity in ...
Score of 1
0 answers
600 views

I have a kubernetes cluster with 4 nodes (1 control plane, 3 workers) which are almost completely bare-metal - so no clouds, no nothing, just 4 machines with public IP. I was able to successfully run ...
Score of 1
1 answer
461 views

I have observed that in one of my ceph manager nodes ceph-mgr process died due to high memory usages. The thread mentioned in the log in prometheus. So it is suspected that prometheus put some large ...
Score of 0
0 answers
476 views

We are migrating our monitoring infrastructure to Prometheus. We're using the prometheus-sd-exporter for Netbox to generate an http_sd_config to get scrape data. Because of the way that nodes have ...
Score of -1
1 answer
314 views

Just like in Nagios we have "reschedule check" in order to not wait for 10min for the check to run in order to see if what we did fixed an issue - is there a similar operation in Prometheus ?...
Score of 0
1 answer
396 views

In then Promql/Prometheus, we can pass 5xx, 5.* and 5.. in the query and check the http status. Sometimes are gives same results. Eg. http_requests_total{status!~"4XX"} or ...

15 30 50 per page
1
2 3 4 5
11