--- 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(-) ```