diff --git a/content/posts/commits/2026-07-07-commit-6d1c042.md b/content/posts/commits/2026-07-07-commit-6d1c042.md new file mode 100644 index 0000000..1d8326e --- /dev/null +++ b/content/posts/commits/2026-07-07-commit-6d1c042.md @@ -0,0 +1,43 @@ +--- +title: "[bojemoi] feat(grafana): add Claude Daily Review dashboard in correct provisioning path" +date: 2026-07-07T17:38:19+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 6d1c042 par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `6d1c042` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `6d1c042813f80b7654076500855bf5bebe3e6257` | + + +### Description + +Move claude-review.json to volumes/grafana/dashboards/general/ (mounted at +/var/lib/grafana/dashboards/general, provisioned under Infrastructure folder). +Alloy config updated to tail /var/log/monthly-review.log → Loki (job=claude-review) +with regex stage extracting log level label. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A volumes/grafana/dashboards/general/claude-review.json +D volumes/grafana/provisioning/dashboards/claude-review.json +``` + +### Diff Summary + +``` + .../grafana/dashboards/general/claude-review.json | 92 ++++++++++++++++++++++ + .../provisioning/dashboards/claude-review.json | 92 ---------------------- + 2 files changed, 92 insertions(+), 92 deletions(-) +```