post: commit 1d47951 in bojemoi
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 14s

This commit is contained in:
2026-05-29 22:15:01 +02:00
committed by Betty
parent 46e394cf26
commit f6748a21e1

View File

@@ -0,0 +1,40 @@
---
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(-)
```