post: commit 6cc969c in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s

This commit is contained in:
grafana-watcher
2026-07-13 15:47:14 +02:00
committed by Betty
parent 3a7460822d
commit fbfae4407b

View File

@@ -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 <noreply@anthropic.com>
### 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(-)
```