David Calvert
David Calvert
I'd be happy to include this feature if you make a tool or script that injects the necessary variables and labels to the dashboards. This way, everyone will benefit from...
That was the idea, if you create a tool that can inject the labels & variables in the script, I will make a special release for them.
Hi @k1rk, The only requirement I have is that the source must remain flat JSON Grafana dashboards. If you can provide a script, in any language, that can generate a...
Hi @reefland, Yes I noticed that too... will try to fix this today and let you know when everything works with `37.*`.
Can you try with the latest version? Commit : https://github.com/dotdc/grafana-dashboards-kubernetes/commit/132a29652829acb9927db10fff979398d4ac56ee
I also noticed a difference with the previous method that didn't included everything. I think it make sense to have "Real" match the system resources usage. Otherwise you could see...
Hi @reefland, Yes the image label contains the name of the image with the tag or sha256. Example: `k8s.gcr.io/kube-state-metrics/kube-state-metrics@sha256:0ccff0db0a342d264c8f4fe5a0841d727fbb8e6cc0c7e741441771f165262182` I checked before and this label is available by default on...
Ok we'll use this issue to understand why your k3s setup is missing both the `image` and the `container` labels from cAdvisor. Just installed k3s on my laptop and got...
``` $ sudo cat /var/lib/rancher/k3s/agent/etc/containerd/config.toml [plugins.opt] path = "/var/lib/rancher/k3s/agent/containerd" [plugins.cri] stream_server_address = "127.0.0.1" stream_server_port = "10010" enable_selinux = false sandbox_image = "rancher/mirrored-pause:3.6" [plugins.cri.containerd] snapshotter = "overlayfs" disable_snapshot_annotations = true [plugins.cri.cni]...
Could you try setting this in your kube-prometheus-stack values and see if it changes anything? ``` kubelet: enabled: true serviceMonitor: ## Enable scraping /metrics/resource from kubelet's service ## This is...