Top "Prometheus-operator" questions

Kubernetes operator to create/configure/manage Prometheus clusters atop Kubernetes.

How can we add extra label to Prometheus metrics?

Suppose we are collecting the same metrics for one month and now we want to modify the metrics to have …

prometheus prometheus-operator
How to silence Prometheus Alertmanager using config files?

I'm using the official stable/prometheus-operator chart do deploy Prometheus with helm. It's working good so far, except for the …

kubernetes prometheus prometheus-alertmanager prometheus-operator
ServiceMonitor not found in monitoring.coreos.com/v1

I am using kubeadm to deploy single node kubernetes 1.11 cluster. I am unable to find servicemonitor resources. ➜ kube-prometheus git:(master) ✗ …

kubernetes prometheus-operator
prometheus operator - enable monitoring for everything in all namespaces

I want to monitor a couple applications running on a Kubernetes cluster in namespaces named development and production through prometheus-operator. …

kubernetes monitoring prometheus kubernetes-helm prometheus-operator
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