Files
blog/content/posts/commits/2026-05-29-commit-1d47951.md
Betty f6748a21e1
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 14s
post: commit 1d47951 in bojemoi
2026-05-29 22:15:02 +02:00

41 lines
1.0 KiB
Markdown

---
title: "[bojemoi] fix(grafana): corriger métriques node_memory et fstype dans Docker Container & Host Metrics"
date: 2026-05-29T22:15:01+02:00
draft: false
tags: ["commit", "bojemoi", "main"]
categories: ["Git Activity"]
summary: "Commit 1d47951 par Betty dans bojemoi"
author: "Betty"
---
## Commit `1d47951`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Author** | Betty |
| **Hash** | `1d47951948ee650b6b317850580b3efcbb77b89e` |
### Description
- node_memory_* → node_memory_*_bytes (node_exporter v0.16+)
MemFree, MemAvailable, MemTotal, Inactive, Active, KernelStack, Buffers (17 expr)
- fstype="xfs" → fstype=~"ext4|xfs" (disques ext4 dans ce cluster)
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 | 24 +++++++++++-----------
1 file changed, 12 insertions(+), 12 deletions(-)
```