Files
blog/content/posts/commits/2026-07-07-commit-08e3495.md
grafana-watcher 3825e0d7a4
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s
post: commit 08e3495 in bojemoi
2026-07-07 17:16:30 +02:00

47 lines
1.2 KiB
Markdown

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