From 016751f68303849aa37a214aa769b4771106c32a Mon Sep 17 00:00:00 2001 From: Betty Date: Thu, 11 Jun 2026 14:43:20 +0200 Subject: [PATCH] post: commit 03facaa in bojemoi --- .../commits/2026-06-11-commit-03facaa.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-06-11-commit-03facaa.md diff --git a/content/posts/commits/2026-06-11-commit-03facaa.md b/content/posts/commits/2026-06-11-commit-03facaa.md new file mode 100644 index 0000000..190f611 --- /dev/null +++ b/content/posts/commits/2026-06-11-commit-03facaa.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] fix(grafana): panneaux réseau par interface sur node_network_* au lieu de cAdvisor" +date: 2026-06-11T14:43:20+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 03facaa par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `03facaa` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `03facaa296fe26596ba9077bb7d5cfe45790922b` | + + +### Description + +cAdvisor container_network_* n'expose pas tun0 ni les stats réelles du host. +Migration des panels 'Sent/Received Network Traffic par Interface' vers +node_network_transmit/receive_bytes_total avec filtre veth.*/lo/br-.*. +tun0, bond0, eth0, eth1, docker_gwbridge maintenant visibles. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M volumes/grafana/dashboards/general/docker-container-metrics.json +``` + +### Diff Summary + +``` + .../dashboards/general/docker-container-metrics.json | 14 +++++++------- + 1 file changed, 7 insertions(+), 7 deletions(-) +```