Top "Prometheus" questions

The Prometheus monitoring system, including the server, alertmanager, push gateway, exporters, client libraries and other components.

How to configure alerts in Prometheus for diskspace

We have prometheus running on Win Server box, and WMI exporter on a separate box(client). Able to read client …

prometheus prometheus-alertmanager
Prometheus - Target Connection refused

I'm trying to get a Prometheus container to scrape metrics from cAdvisor. This is my prometheus.yml: global: scrape_interval: 10…

docker docker-compose monitoring prometheus cadvisor
Relabeling in Prometheus

Setup Prometheus node exporter is registered as a service with consul agent with various tags. Example service definition provided to …

monitoring consul prometheus
Monitoring CPU Utilization using Prometheus

I am trying to monitor the cpu utilization of the machine in which Prometheus is installed and running. I have …

cpu-usage prometheus promql
Monitor custom kubernetes pod metrics using Prometheus

I am using Prometheus to monitor my Kubernetes cluster. I have set up Prometheus in a separate namespace. I have …

kubernetes containers prometheus prometheus-node-exporter
How to scrape all metrics from a federate endpoint?

We have a hierachical prometheus setup with some server scraping others. We'd like to have some servers scrape all metrics …

prometheus
How to scrape pod level info using prometheus kubernetes?

I am trying to scrape pod level info using prometheus kubernetes. Here is the config i am using: - job_…

kubernetes prometheus kubernetes-health-check
Invalid mount config for type "bind": bind source path does not exist when trying to run container on Docker for Windows

I'm trying to run the Prometheus sample at https://docs.docker.com/engine/admin/prometheus/#use-prometheus using Docker on Windows. …

powershell docker prometheus docker-for-windows
How to extract the running process using prometheus node exporter?

I have downloaded the prometheus node exporter in prometheus official site https://prometheus.io/download/ for my linux system. If …

prometheus prometheus-node-exporter
Prometheus how to handle counters on server

I have articles and for each article I want to have read count # TYPE news_read_counter2 Counter news_read_…

prometheus