Damien Vergnaud
Damien Vergnaud
Hello, I've faced the same issue with my context. Seems to be related to this line as you stated it : https://github.com/hubblo-org/scaphandre/blob/main/src/sensors/utils.rs#L422 Scaphandre seems to use /proc/{PID}/cgroup file to figure...
Hey @mmadoo, It seems to go well visually speaking :+1: : ``` helm template helm/scaphandre/ -s templates/servicemonitor.yaml --api-versions monitoring.coreos.com/v1 --- # Source: scaphandre/templates/servicemonitor.yaml apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: name: scaphandre-service-monitoring...
It might require more thinking than passing it true by default, because if prometheus exporters doesn't "find" the service-monitor created by default at scaphandre installation by chart, the resource will...
Hi, i'm experiencing the same issue on AKS with K8S v1.29.2. I see that your thoughts are directed to metric-server too, so i'll communicate my observations. Metric server is using...