From aaea611d0e67f07c52f01622a816a0d6fc990f43 Mon Sep 17 00:00:00 2001 From: Betty Date: Fri, 29 May 2026 23:05:03 +0200 Subject: [PATCH] post: commit 224a24e in bojemoi --- .../commits/2026-05-29-commit-224a24e.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 content/posts/commits/2026-05-29-commit-224a24e.md diff --git a/content/posts/commits/2026-05-29-commit-224a24e.md b/content/posts/commits/2026-05-29-commit-224a24e.md new file mode 100644 index 0000000..4c5ec17 --- /dev/null +++ b/content/posts/commits/2026-05-29-commit-224a24e.md @@ -0,0 +1,43 @@ +--- +title: "[bojemoi] fix(grafana): CPU Usage on Node — remplacer cpu_system par node_cpu_seconds_total" +date: 2026-05-29T23:05:03+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 224a24e par Betty dans bojemoi" +author: "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) + +### 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(-) +```