Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
13 views

prometheus pod stuck in CrashLoopBackOff error [closed]

I have this prometheus pod , which is stuck in "CrashLoopBackOff" error from a long time. I have deployed this prometheus on kubernetes using helm charts through terraform. Here are the logs ...
Kanika Gola's user avatar
-1 votes
1 answer
46 views

Istio - 404 NR route_not_found

I have a linux box in GCP with docker installed and Prometheus running as a container. I also have 2 GKE clusters (A & B) with istio installed (just as an ingress controller only) - service mesh ...
Alan's user avatar
  • 699
0 votes
0 answers
55 views

Kubernetes HPA unable to fetch custom metrics from Prometheus Adapter

I am facing an issue with Kubernetes Horizontal Pod Autoscaler (HPA) which is unable to fetch custom metrics from the Prometheus Adapter. Despite following the configuration steps and verifying that ...
Alexandru Constantin Arvinte's user avatar
0 votes
0 answers
30 views

Setting up argocd metrics to get scraped at argocd-metrics:8082/metrics endpoint

Argocd v2.10 is managing applications but I need to update the templates to start scraping the metrics at the endpoint. Application.metrics.enabled is already set to true. How can the svc be created ...
Tot Apple's user avatar
0 votes
0 answers
50 views

How to add labels to prometheus metrics from dotnet application sending opentelemetry to a collector

I have a dotnet container which I can't change the source code of running inside a kubernetes cluster as a deployment. The application is sending its metrics to an otel collector configured in ...
mattb's user avatar
  • 462
0 votes
0 answers
64 views

Prometheus query to get previous deployment image tag

I am looking for a query to see when a container's image tag changes within a pod with Prometheus and that return it previous value. I tried to use kube_pod_container_info{} != kube_pod_container_info{...
user3441194's user avatar
0 votes
0 answers
30 views

What is the difference between namespace centred metrics and metrics aggregated based on name space in Prometheus Query

I am trying to get namespace cpu usages usign the following query "sum_over_time(namespace:container_cpu_usage:sum{{namespace='{namespace}'}}[1d])" Now if I use the following query and ...
RITUL KALPESHKUMAR Patel's user avatar
1 vote
1 answer
113 views

Error configuring node-exporter DaemonSet scraping for Prometheus on kubernetes [closed]

I have set up a node-exporter DaemonSet on kubernetes as well as a service that points to these node-exporter pods IPs (I followed this tutorial). When I run kubectl get endpoints -n monitoring, I ...
Paula Gouveia's user avatar
0 votes
0 answers
30 views

How to get nginx server metrics with labels

I have an nginx deployed as a daemon set on my k8s cluster. I want to get the prometheus metrics for the server. Is there a way to get route specific metrics?? For eg: I my nginx conf i have these ...
SRM KTR's user avatar
  • 29
0 votes
1 answer
67 views

Prometheus dashboard not displaying [closed]

I have an application deployed on aks cluster exposed using ingress nginx. I can access that application fine. Then I setup prometheus on the kubernetes cluster using commands: helm install prometheus ...
sakshi's user avatar
  • 103
0 votes
0 answers
52 views

ServiceMonitor for Prometheus Node Exporter Not Applying EC2 Instance Labels in Kubernetes

I'm using the kube-prometheus-stack Helm chart to deploy Prometheus and configure ServiceMonitors for monitoring EC2 instances with the Node Exporter. I have configured the ServiceMonitor to relabel ...
TomerA's user avatar
  • 23
0 votes
0 answers
31 views

Grafana + Prometheus don't show data from the previous day

Every morning I see the same problem. Graphs of CPU, Disk and Memory of Kubernetes nodes start from 6 AM/8:30 AM but I can't see previous data. Graphs of CPU, Disk and Memory of Kubernetes nodes start ...
Sarah's user avatar
  • 3
0 votes
1 answer
216 views

Prometheus Alert for pod with failed readinessProbe

i deployed a new kube deployment, with an updated image version. however, the new pods container failed its readiness probe and i did not receive an alert. this is because the pod was still "...
gurpsone's user avatar
  • 483
-1 votes
1 answer
77 views

How to Integrate .net core application to see logs in Azure Kubernates Cluster container insights

How can we integrate to see logs of our .net core API application in deployed Azure kubernates cluster container insights. what are all the code changes to be done to see errors and exceptions in ...
Hemanth Reddy's user avatar
0 votes
1 answer
84 views

How do I filter Pod restarts per hour for Error condition only?

Thank you for the assistance with PromQL for Pod restarts last hour by Namespace - much appreciated. Now I'm looking to filter results by only restarts caused by an error condition. I know we have ...
Robert123's user avatar

15 30 50 per page
1
2 3 4 5
88