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 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
Diff Summary