post: commit 224a24e in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s
This commit is contained in:
43
content/posts/commits/2026-05-29-commit-224a24e.md
Normal file
43
content/posts/commits/2026-05-29-commit-224a24e.md
Normal file
@@ -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) <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(-)
|
||||
```
|
||||
Reference in New Issue
Block a user