diff --git a/content/posts/commits/2026-05-29-commit-4abbb95.md b/content/posts/commits/2026-05-29-commit-4abbb95.md new file mode 100644 index 0000000..7a69cfa --- /dev/null +++ b/content/posts/commits/2026-05-29-commit-4abbb95.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] fix(grafana): corriger variable \$node dans Docker Container & Host Metrics" +date: 2026-05-29T22:31:56+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 4abbb95 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `4abbb95` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `4abbb959e984f4616632b2345f268ce9c4abb218` | + + +### Description + +- Source: container_cpu_user_seconds_total → node_memory_MemTotal_bytes + (instances propres: meta-76, meta-68 sans tasks.base_cadvisor:8080) +- allValue: "All" → null (évitait instance=~"All" qui ne matchait rien) +- regex: /^[^:]+$/ pour exclure tasks.base_node-exporter:9100 (doublon) + +Co-Authored-By: Claude Sonnet 4.6 (1M context) + +### 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(-) +```