Files
blog/content/posts/commits/2026-05-29-commit-224a24e.md
Betty aaea611d0e
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s
post: commit 224a24e in bojemoi
2026-05-29 23:05:04 +02:00

1.0 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] fix(grafana): CPU Usage on Node — remplacer cpu_system par node_cpu_seconds_total 2026-05-29T23:05:03+02:00 false
commit
bojemoi
main
Git Activity
Commit 224a24e par Betty dans bojemoi Betty

Commit 224a24e

Repository bojemoi
Branch main
Author Betty
Hash 224a24ef9b3bc0d15f401e0acfe0bcdeaaa8c094

Description

container_cpu_system_seconds_total (kernel time seulement) → proche 0 Remplacé par node_exporter node_cpu_seconds_total :

  • Total: 100 - avg(idle) * 100
  • User: avg(mode=user) * 100
  • System: avg(mode=system) * 100 Unité: percent, min=0, max=100

Co-Authored-By: Claude Sonnet 4.6 (1M context) noreply@anthropic.com

Files Changed

M	volumes/grafana/dashboards/general/docker-container-metrics.json

Diff Summary

 .../general/docker-container-metrics.json          | 68 +++++++---------------
 1 file changed, 22 insertions(+), 46 deletions(-)