Questions tagged [kube-prometheus-stack]
78 questions
1
vote
0 answers
Prometheus Alertmanager - What does cluster status "disabled" mean?
I am using kube-prometheus-stack, deployed via Helm to my K8s cluster. This incudes the Prometheus Alertmanager among others. I'm trying to configure it to send alert notifications to Slack and am running into some problems.
When I go to the…

Joseph Gagnon
- 1,731
- 3
- 30
- 63
1
vote
0 answers
"info inhibitor" alerts - kube-prometheus-stack
I have alertmanagerconfig with below configuration and now I need to point info alerts to a null receiver, can I have multiple receiver and receivers?
metadata:
name: Prometheus-alertmanager-config
namespace: Prometheus
spec:
route:
…

kachwa
- 41
- 6
1
vote
0 answers
Update or use the latest version of kube-prometheus-stack?
Question is: we have some version of kube-prometheus-stack (https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack) for example version 20.0.0. I want to install just version 40.0.0. Based on docs I should install crd's by…

Seba
- 59
- 1
- 6
1
vote
1 answer
Is there a way to get actual Pod hostname in Prometheus
kube_pod_labels does populates pod_label_node_name and pod_label_host_ip for the given pod however the values don't correspond to the actual node name and ip of the pod.
Instead it represents the node name and ip for kube-state-metrics/node-exporter…

Haris Farooqui
- 944
- 3
- 12
- 28
1
vote
1 answer
Kube-prometheus stack with loadbalancer for external access to prometheus (and grafana)
I have installed the kube-prometheus stach from here and want to expose prometheus and grafana with a loadbalancer to get access to them from another cluster.
To acchieve this i have changed the prometheus-service.yaml by adding a type:…

Marcusnh
- 33
- 8
1
vote
1 answer
Replace a character in a Prometheus label's value
I have a label crawled by Prometheus that contains hostnames but uses dashes as separators instead of dots. For example domain=www-example-com.
I'm trying to replace that with a label containing dot-separated values, e.g. turn it into…

Martijn Heemels
- 3,529
- 5
- 37
- 38
1
vote
1 answer
grafana dashboard is not working with nginx ingress controller
I have deploy kube-prometheus-stack on my eks cluster. Nginx ingress controller is configured with NLB. I am teminating SSL at NLB. I am trying to expose grafana on subdomain with nginx ingress. When i open subdomain nginx ingress is showing 504…

Akshay Gopani
- 473
- 4
- 16
1
vote
0 answers
How to scrape metrics from postgresql helm deployment with kube-prometheus-stack
I have seamlessly been using kube-prometheus-stack for monitoring.
after realizing there is metrics: section in values.yaml file, I wanted to enable metrics for both existing deployments;
postgresql…

Ahmet Said Akbulut
- 426
- 4
- 17
1
vote
1 answer
Using the kube-prometheus-stack helm chart, how can I see only the pods I want in a particular namespace as targets in Promethes?
Using the kube-prometheus-stack helm chart, I want to scrape the metrics of only 3 pods out of 6 pods in the app namespace in K8S with Prometheus.
In this context, I added the additionalScrapeConfigs code blog to the values.yaml file and added the…

J_DevOps
- 21
- 2
1
vote
0 answers
How to produce multiple similar Grafana dashboards for kube-prometheus-stack? What does makes the collision that I see only one from the bunch of them
I have updated the standard dashboard yaml to those who iterates over the configuration:
{{- /*
Generated from 'apiserver' from…

Eljah
- 4,188
- 4
- 41
- 85
1
vote
0 answers
kube-prometheus-stack / prometheus with hostAliases
I've installed kube-prometheus-stack through helm, and works well. I added a additional scrape job, following https://github.com/prometheus-operator/prometheus-operator/issues/3608 this and it was successful. Job looks like this:
scrape_configs:
-…

Hoon
- 377
- 1
- 4
- 17
1
vote
2 answers
How to overrun the secret size limitation in kube-prometheus-stack helm chart if we add more and more provisioned dashboard as separate yml files?
For the kube-prometheus-stack we added more and more dashboards config to /grafana/dashboards folder to have more and more provisioned dashboards.
And then in one day we've done this:
kube-prometheus-stack>helm -n monitoring upgrade prometheus ./ -f…

Eljah
- 4,188
- 4
- 41
- 85
1
vote
2 answers
Change in Grafana helm chart to install as kind Statefulset instead of Deployment
I had installed kube-prometheus-stack from the helm chart repo prometheus-community
(k8s: minikube) $ kubectl get deploy,statefulset -n monitoring
NAME READY UP-TO-DATE AVAILABLE …

vjwilson
- 754
- 2
- 14
- 30
1
vote
1 answer
Securing grafana ingress with tls in kube-prometheus-stack values.yaml and make grafana available via https
I am using kube-prometheus-stack to monitor my system in gcp. Due to new requirements all my ingress need to be secured with tls. As a first step I wanted to make the grafana webpage available via https.
I created a tls secret and updated my…

enceladus2022
- 123
- 8
1
vote
0 answers
Prometheus Adapter emtpy custom metrics
I've installed prometehus adapter with the following command:
helm install prometheus-adapter prometheus-community/prometheus-adapter --namespace monitoring
-f adapter_custom_values.yaml
However when checking with kubectl get --raw…

Igi1
- 31
- 3