Top "Prometheus" questions

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

How to register Micrometer Timer with SLA and tags?

I'm trying to migrate my Prometheus metrics to micrometer but now I'm stuck with one thing here... At the moment …

java spring-boot prometheus micrometer
Docker - Prometheus container dies immediately

I have cadvisor running with port mapping 4000:8080 and I have to link it with a container with prometheus. My prometheus.…

docker containers prometheus cadvisor
Multiple email receivers in prometheus alertmanager "to" field

How can I create a receiver configuration with multiple email addresses in the "to" field?

email configuration monitoring prometheus
How to edit the Configurations of a Helm Chart?

Hi everyone, I have deployed a Kubernetes cluster based on kubeadm and for the purpose of performing HorizontalPodAutoscaling based on …

kubernetes prometheus metrics kubernetes-helm autoscaling
How can I filter the result of label_values(label) to get a list of labels that match a regex?

I have several metrics with the label "service". I want to get a list of all the "service" levels that …

grafana prometheus promql
How to get overall uptime of a server with prometheus and node_exporter

I'm looking for a query to get the average uptime of the server on which prometheus runs over the last …

prometheus prometheus-node-exporter
Using alert annotations in an alertmanager receiver

I've got an alert configured like this: ALERT InstanceDown IF up == 0 FOR 30s ANNOTATIONS { summary = "Server {{ $labels.Server }} is down.", …

prometheus
How to relabel scraping jobs on Prometheus-operator?

I'm trying the prometheus-operator for the first time, and still struggling with the differences for managing Prometheus through that. The …

kubernetes label prometheus prometheus-operator
multiple values from grafana variable in prometheus query

We have a situation where we need to select the multiple values (instances/servers) from grafana variable field, and multiple …

prometheus grafana promql
How to set Prometheus Alertmanager external URL via configuration

I'm using a vanilla Docker container to start an Alertmanager. As far as I know, I cannot provide the external …

configuration prometheus prometheus-alertmanager