Questions tagged [kube-prometheus-stack]

78 questions
0
votes
1 answer

kube-Prometheus-stack - Grafana pod stuck at "CrashloopBackoff"

Trying to install kube-prometheus-stack (39.8.0) and everything went well, now there is a requirement - where grafana pod needs to have a persistent vol with oci-fss as a storage class, below is my values.yaml file. grafana: initChownData: …
0
votes
1 answer

Add additionalScrapeConfigs to existing kube-prometheus-stack without data loss

I deployed a kube-prometheus-stack instance (Prometheus, AlertManager, Grafana) and it's running quite sometimes with data, some custom dashboards, data sources and users. Now I want to add additionalScrapeConfigs for a newly deploy…
hvas01
  • 1
0
votes
1 answer

Using namespaceSelector in ServiceMonitor Kube-prometheus

I'm studying Prometheus Operator from the project: https://github.com/prometheus-operator/kube-prometheus When my service/deployment is in the same "monitoring" namespace as prometheus I have success to visualize metrics. Example: apiVersion:…
0
votes
2 answers

kube-prometheus-stack / drop namespace

i m trying to drop a namespace, stop prometheus to scrape anything from it. i have tried so many ways i got from the internet and the prometheus documentation. none seems to work. i tried to set the 'prometheus.serviceMonitor.relabelings', -…
0
votes
0 answers

How can I use Prometheus Histogram to get latency/response time of an application?

I deployed a web app and kube-prometheus-stack on a Kubernetes cluster, and I am trying to measure the latency of the application on Prometheus. I see that I can get some results for the prometheus_http_requests_total query or…
0
votes
1 answer

deleted kube-prometheus-stack alertmanager CRD and can not install alertmanager

im new to helm here. So i was using helm kube-prometheus-stack version 36.x, and saw that the newest version has a native telegram config for alertmanager instead of using another client-side telegram webhook. What i did was updated the…
RTC EG
  • 13
  • 3
0
votes
2 answers

Issue with Adding the additional scrapeconfigs in kube-prometheus-stack

I've Installed kube-prometheus-stack through helm chart. Need to add additional scrape configs for prometheus. Created a configmap to scrape the metrics from grok-exporter apiVersion: v1 kind: ConfigMap metadata: name: prometheus data: …
0
votes
2 answers

Getting KubeControllerManager, KubeProxy, KubeScheduler down alert in Kube Prometheus Stack installed in GKE

I just installed the latest kube prometheus stack (kube-prometheus-stack-37.2.0) with default setting in my GKE cluster. helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo update helm install prometheus…
0
votes
0 answers

Kube Prometheus Stack Chart - Alertmanager

When I enable the alertmanager a secret gets created with name alertmanager-{chartName}-alertmanager. But no pods or statefulset of alertmanager gets created. When I delete this secret with kubectl delete and upgrade the chart again, then new…
Sahit
  • 470
  • 6
  • 15
0
votes
1 answer

kube-prometheus-stack / prometheus targets status down (only prometheus server instance is up)

Before the issue happened, I install prometheus without prometheus-operator follow this chart(https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus), and the kube metrics is all worked and targets shows up. Then, I build up…
0
votes
1 answer

how to increase kube-prometheus-stack startupProbe?

Hi I am looking in the values.yaml file of the helm chart kube-prometheus-stack and I am not able to find the key/value for the startupProbe. I've got an issue where loading of the prometheus pod takes more time than the default which is 15 min and…
0
votes
1 answer

Thanos: unmarshal errors:\n line 2: field encryptsse not found in type s3.Config

I have the same error when I helm install the latest version prometheus-community/kube-prometheus-stack with thanos.io v0.25.2 the thanos-storage-config.yaml as following: type: s3 config: bucket: monitoring-thanos-dev-metrics #S3 bucket name …
0
votes
1 answer

unable to import a grafana dashboard from json file using the kube-prometheus-stack helm chart

I am playing around with the kube-prometheus-stack and stumbled upon an issue which I am not sure how to approach to fix. looking at the comfigmap-dashboards.yaml…
Arindam
  • 71
  • 1
  • 1
  • 7
0
votes
1 answer

Prometheus Operator not scraping colocated etcd metrics

I have a K8s cluster with colocated etcd deployed on-prem servers, using Kubespray. I don't see the etcd metrics getting scraped by Prometheus operator. Prometheus operator deployed using helm v3.5.4. K8s version 1.22 , Helm chart…
0
votes
2 answers

issue with prometheus-community installation via helm

I try to install prometheus-community/kube-prometheus-stack using below command helm install stable prometheus-community/kube-prometheus-stack -n monitoring --debug But it failed with issue: helm.go:88: [debug] failed pre-install: timed out waiting…
Dmitriy_kzn
  • 518
  • 4
  • 16