Does anyone have Prometheus metrics integration working with helm-based installs? #529
|
This is an issue that started happening for me some time back with OpenLens and continues in FreeLens. I use the standard The service address of Prometheus per the format in the cluster settings should, therefore, be I would love to get this working, if possible, and I've searched online for solutions with no luck. I feel like this is either broken or something stupidly simple that I am overlooking. |
Replies: 2 comments 6 replies
|
I use kube-prometheus-stack from https://prometheus-community.github.io/helm-charts and it works perfectly with "Auto Detect Prometheus" mode. |
|
Hi @shadowzen1978, I can confirm that with the old version you need to specify the Prometheus internal endpoint in that case, meanwhile, as @dex4er said, with kube-prometheus auto detect works. I already tought that we have to verify and fix. Thanks for your report @shadowzen1978! |
As a feedback I can say:
Recently I often create a Kind Kubernetes cluster v1.33.1 on Ubuntu WSL2 and I add both metrics server and kube-prometheus-stack with:
helm upgrade --install metrics-server metrics-server/metrics-server
and
helm install kube-prometheus oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack
Using the last Freelens release everything works fine