diff --git a/content/posts/commits/2026-07-07-commit-08e3495.md b/content/posts/commits/2026-07-07-commit-08e3495.md new file mode 100644 index 0000000..646e0f3 --- /dev/null +++ b/content/posts/commits/2026-07-07-commit-08e3495.md @@ -0,0 +1,46 @@ +--- +title: "[bojemoi] feat(grafana): add Claude daily review dashboard with Loki log ingestion" +date: 2026-07-07T17:16:29+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 08e3495 par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `08e3495` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `08e34958dceeb81cc7e67d97b0c2c373d61fa713` | + + +### Description + +- Alloy: new loki.source.file for /var/log/monthly-review.log (job=claude-review) + with regex stage to extract level label (ERROR/WARN/INFO/Done) +- Grafana: new dashboard "Claude Daily Review" with 4 panels: + - Full log stream (7d) + - Executions by status timeseries + - Errors/warnings filter + - Last reviewed file tracker + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M volumes/alloy/config/config.alloy +A volumes/grafana/provisioning/dashboards/claude-review.json +``` + +### Diff Summary + +``` + volumes/alloy/config/config.alloy | 21 +++++ + .../provisioning/dashboards/claude-review.json | 92 ++++++++++++++++++++++ + 2 files changed, 113 insertions(+) +```