diff --git a/content/posts/commits/2026-07-13-commit-6cc969c.md b/content/posts/commits/2026-07-13-commit-6cc969c.md new file mode 100644 index 0000000..1038cf8 --- /dev/null +++ b/content/posts/commits/2026-07-13-commit-6cc969c.md @@ -0,0 +1,43 @@ +--- +title: "[bojemoi] fix(grafana-watcher): template infra par-service au lieu de par-stack" +date: 2026-07-13T15:47:14+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 6cc969c par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `6cc969c` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `6cc969cd40361fd2392ba113f046c88e5159d718` | + + +### Description + +Chaque dashboard infra filtre maintenant sur service_name="{{ name }}" +au lieu de exported_stack="{{ stack_name }}" — plus de métriques +identiques entre alertmanager, grafana, loki, etc. + +Panels: replicas running/desired (stat + timeseries), tasks failed, +logs Loki filtrés sur {service_name=~"base_alertmanager.*"}. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M grafana-watcher/templates/infra.json.j2 +``` + +### Diff Summary + +``` + grafana-watcher/templates/infra.json.j2 | 99 ++++++++++++++++----------------- + 1 file changed, 49 insertions(+), 50 deletions(-) +```